Users
Create User
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Query Parameters
The user ID to use in the user name. e.g. my-user If not specified, a default ID is generated from user.email.
Body
application/json
The properties of the user being created.
The body is of type object
.
Response
200 - application/json
A successful response.
The response is of type object
.