CreateUser
Creates a user.
/api/org/v1/users
Path Parameters
This operation does not have path parameters.
Query Parameters
This operation does not have query parameters.
Request Body
- Schema
UserSpec
- Type
object
- Properties
email
requiredThe email address of the user.
- Type
string
- Type
firstName
requiredThe first name of the user.
- Type
string
- Type
lastName
requiredThe last name of the user.
- Type
string
- Type
displayName
requiredThe display name of the user.
- Type
string
- Type
Responses
201 Response
The user was created successfully.
- Schema
User
- Type
object
- Properties
email
requiredThe email address of the user.
- Type
string
- Type
firstName
requiredThe first name of the user.
- Type
string
- Type
lastName
requiredThe last name of the user.
- Type
string
- Type
displayName
requiredThe display name of the user.
- Type
string
- Type
createdAt
requiredThe time when the user was created.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the user was last updated.
- Type
string
- Format
date-time
- Type
400 Response
The requested operation cannot be performed because the request is malformed.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
401 Response
The requested operation cannot be performed because the request lacks valid authentication credentials.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
403 Response
The identity is not allowed to perform the requested operation for the resource involved.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
Default Response
The requested operation failed with an error.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type