Users
Return information about the current user (based on JWT token) including permissions
🔒 Requires the read:users permission
Information about the current user with permissions
Failed to fetch user information
Failed to authenticate user
Missing required scopes. 🔒 Requires the read:users permission
User not found
Too many requests
Return basic information about user by ID
🔒 Requires the read:users permission
The user's unique ID e.g. prov0|1234567890
prov0|1234567890Information about user
Failed to fetch user information
Failed to authenticate user
Missing required scopes. 🔒 Requires the read:users permission
User not found
Too many requests
Update roles to user by id
🔒 Requires the update:users permission
The user's unique ID e.g. prov0|1234567890
prov0|1234567890["rol_abCdeFghIjklMnmP"]If true, add the new role to an existing one. If false, override an existing role
User roles updated successfully
Failed to update user roles
Failed to authenticate user
Missing required scopes. 🔒 Requires the update:users permission
User not found
Too many requests
Last updated
Was this helpful?

