Create Profile by Custom ID

Create a new user profile with a custom ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

A custom ID must be unique inside an application.

This endpoint will return a 201 status code if the custom ID is not in use and a new profile is created. If the custom ID is already in use it will return a 409 status code instead.

Path Params
string
required

The client ID of the application the profile was created in

string
required

The custom ID to be associated with the profile

Body Params
string

If not provided, a randomized nickname will be assigned

string

String data to send with the user profile. Typically contains a string JSON payload to be decoded by the client SDK

attributes
array of objects
attributes
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json