- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all GcpUserAccessBindings for a Google Cloud organization.
HTTP request
GET https://accesscontextmanager.googleapis.com/v1/{parent=organizations/*}/gcpUserAccessBindings
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. Example: "organizations/256" | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Optional. Maximum number of items to return. The server may return fewer items. If left blank, the server may return any number of items. | 
| pageToken | 
 Optional. If left blank, returns the first page. To enumerate all items, use the  | 
Request body
The request body must be empty.
Response body
Response of gcpUserAccessBindings.list.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "gcpUserAccessBindings": [
    {
      object ( | 
| Fields | |
|---|---|
| gcpUserAccessBindings[] | 
 | 
| nextPageToken | 
 Token to get the next page of items. If blank, there are no more items. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.