Create User

View as Markdown
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.
emailstringRequired
User's email address
namestringRequired
User's full name

Response

Successful Response
idstring
Unique user identifier
emailstring
User's email address
namestring
User's full name
created_atdatetime
When the user was created
updated_atdatetime
When the user was last updated

Errors

422
Unprocessable Entity Error