userRolesPermisions
Check user roles and permissions
Returns a boolean indicating whether the caller, or the named user if supplied, holds the specified roles and permissions. Use this endpoint to perform authorization checks before granting access to operations.
Check user roles and permissions
Submits a request to check whether the caller, or the named user if supplied, holds the specified roles and permissions. Returns a boolean result.
Get user roles and permissions
Returns the full set of roles and permissions for the caller, or for the named user if supplied. Use this endpoint to retrieve authorization context for display or downstream access decisions.
Get user roles and permissions
Submits a request to retrieve the full set of roles and permissions for the caller, or the named user if supplied. Returns a GetRolesAndPermissionsResponse object.