Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PermissionCheckBatchResponse (JSON)
{ "responses": [ { "user": {"xuid":"12345"}, "permissions": [ { "isAllowed":true }, { "isAllowed":true } ] }, { "user": {"xuid":"54321"}, "permissions": [ { "isAllowed":false, "reasons": [ {"reason":"NotAllowed"} ] }, { "isAllowed":false, "reasons": [ {"reason":"PrivilegeRestrictsTarget", "restrictedSetting":"AllowProfileViewing"} ] } ] } ] }
Was this page helpful?