Create User
Create a new user within the principal's organization.
Works for both User and API Key authentication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
email
User's email address
name
User's full name
Response
Successful Response
id
Unique user identifier
email
User's email address
name
User's full name
created_at
When the user was created
updated_at
When the user was last updated
Errors
422
Unprocessable Entity Error