cURL
Create user
Create user
POST
cURL
Authorizations
Body
application/json
Object representing a new user creation request
Email address of the new user
Example:
Full name of the new user
Example:
"Jane Doe"
Role to assign to the new user
Example:
"member"
Response
200 - application/json
User
Represents a user in the system
User's email address
Example:
Unique identifier for the user
Example:
"usr_123456789"
User's full name
Example:
"John Doe"
Detailed information about a user's role