Create user
Create a user in the application.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the app the request refers to.
Example:
"54e9ujn"
Response
201
application/json
Created
An app's user's unique identifier. It is prefixed with 'usr_'
Example:
"usr_01jqebhswje1ka1z7ahr9rfsgt"