settings.users.read
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.read
GRANULAR SCOPE(S): None
LIMITS: Standard API rate limits
| Parameter | Description |
|---|---|
| ID Property | The name of a property with unique user values. Valid values are USER_ID(default) or EMAIL. |
| User ID | Identifier of user to retrieve. |
{
"id": "<string>",
"email": "<string>",
"roleIds": [],
"superAdmin": false
}
Was this page helpful?