Queries
myPermissions
Returns the full list of permission strings granted to the currently authenticated user or machine user in this workspace. Useful for inspecting what actions the caller is authorized to perform.
QUERY
myPermissions: Permissions!Returns
permissions
[String!]!
The permission strings, e.g. 'thread:read', 'customer:create'. Use the permissions query to enumerate all valid values.
Query
Response
Query
Response

