For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Role Cache

Sync/Update the qbert tenant user role cache for a user by user id

put
Path parameters
useridstringRequired

Userid of the User for which the sync is required

Header parameters
X-Auth-TokenstringRequired
Responses
200

OK, if the cache gets synced/updated successfully

No content

put/v4/users/{userid}
PUT /qbert/v4/users/{userid} HTTP/1.1
X-Auth-Token: text
Accept: */*
200

OK, if the cache gets synced/updated successfully

No content

Last updated

Was this helpful?