Create User
Create a new user.
Documentation Index
Fetch the complete documentation index at: https://docs.syllable.ai/llms.txt
Use this file to discover all available pages before exploring further.
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"
Optional UTM campaign attribution to record in user_metadata.
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 "invited"
The timestamp of the most recent update to the user
First name of the user
"Jane"
Last name of the user
"Smith"
Optional UTM campaign attribution to record in user_metadata.
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"

