Authorizations
JWT token for user authentication
Body
application/json
Schema for creating a new user
Array of user identifiers (email/phone)
Minimum length:
1Authentication methods for the user
Example:
["PASSWORD"]User's first name
Example:
"John"
User's last name
Example:
"Doe"
Array of role names
Example:
["admin", "user"]Additional user metadata
Response
User created successfully
User ID
Example:
"user123"
User identifiers (email/phone)
Available authentication methods
Example:
["password"]User creation timestamp
Example:
"2024-01-01T00:00:00.000Z"
User last update timestamp
Example:
"2024-01-01T00:00:00.000Z"
User roles
User first name
Example:
"John"
User last name
Example:
"Doe"
User suspension timestamp
Example:
"2024-01-01T00:00:00.000Z"
Additional user metadata

