Authorizations
Body
Request model to create a user.
Email address of the user
"user@syllable.ai"
ID of the role assigned to the user
1
First name of the user
"Jane"
Last name of the user
"Smith"
The type of login to use for the user. If not provided, defaults to google for @gmail.com email addresses, and username and password otherwise.
google
, username_and_password
"username_and_password"
Whether to skip authentication for the user.
Response
Successful Response
Information about a user.
Email address of the user
"user@syllable.ai"
ID of the role assigned to the user
1
Internal ID of the user
1
Name of the role assigned to the user
"Admin"
Whether the welcome email has been sent to the user
true
The activity status of the user
not_invited
, invited
, active
The timestamp of the most recent update to the user
First name of the user
"Jane"
Last name of the user
"Smith"
Comments for the most recent edit to the user.
"Updated to change which role was assigned"
The email address of the user who last updated the user
"admin@email.com"
The timestamp of the user's last session
"2025-01-01T12:00:00Z"