Authorizations
JWT access token obtained from the /auth/token endpoint
Path Parameters
The unique identifier for a console project
Example:
"consoleproject"
The unique identifier for a Customer
Example:
"contosohospital"
Body
application/json
Response
User created successfully
User's email address
Example:
"user@example.com"
User's first name
Example:
"John"
User's last name
Example:
"Doe"
Flag indicating if the user account is active
Example:
true
Unique identifier for the user
Example:
"123e4567-e89b-12d3-a456-426614174000"
Flag indicating whether the user's email address has been verified
Example:
true
Timestamp when the user was created
Example:
"2023-10-01T12:00:00Z"