Fine-grained access control policies for users, teams, and service accounts.
/org/policiesList organization policies
Returns all access policies defined at the organization level, showing which principals have been granted specific permissions.
Parameters
limitinteger
The maximum number of items to list.
"int32"0100100markerstring
The pagination token returned from the previous list operation.
Responses
Responses
A list of resource policies is returned.
/org/policies/{principal}Describe organization policy
Returns the organization-level access policy for a specific principal, including all permissions that have been explicitly granted.
Responses
Responses
The information about the resource policy is returned.
/org/policies/{principal}Set organization policy
Sets the organization-level access policy for a principal, replacing any existing policy. Use this to grant or modify permissions for users or teams at the organization scope.
Request Body
Responses
Responses
The existing resource policy was modified successfully.
/org/policies/{principal}Delete organization policy
This revokes all permissions that have been granted to the principal organization-wide,
but the principal may still have permissions at the resource level.
Responses
Responses
The requested operation was done successfully.