TheDocumentation Index
Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
Use this file to discover all available pages before exploring further.
listUsers query returns users in a workspace along with their attributes and role assignments. Use it to look up user IDs before calling impersonateUser or setUserAttributes.
Signature
Parameters
Filters results to a specific workspace. Required for multi-workspace deployments.
Response
Returns an array ofUser objects. See User for the full schema. The fields most relevant to user management are:
The user’s unique ID. Pass this to
impersonateUser, setUserAttributes, or deleteUsersFromWorkspace.The user’s email address.
Key-value pairs associated with the user. Each entry includes:
key— attribute namevalue— attribute valuesource— eitherDATABASE(set via API) orJWT(from SSO claims, read-only)
The roles assigned to the user and their scope.
Usage example
Related articles
Impersonate user
Use the user ID to start an embedded session
Set user attributes
Update DATABASE-sourced attributes on a user
Delete users from workspace
Remove users from a workspace