settings.users.write
GRANULAR SCOPE(S): None
LIMITS: Standard API rate limits
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
settings.users.write
GRANULAR SCOPE(S): None
LIMITS: Standard API rate limits
| Parameter | Description |
|---|---|
| The created user’s email. | |
| Primary Team ID | The user’s primary team. |
| Role ID | The user’s role. Can be obtained via the List Roles action. |
| Send Welcome Email | Whether to send a welcome email. |
| Parameter | Description |
|---|---|
| Secondary Team IDs | A comma-separated list of the user’s additional teams. |
{
"id": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"roleIds": [],
"sendWelcomeEmail": false,
"superAdmin": false
}
Was this page helpful?