AI-generated Key Takeaways
- 
          This document provides details on how to get a list of all supported user role permission groups. 
- 
          The API uses a GET HTTP request to the specified endpoint, which includes a profile ID as a path parameter. 
- 
          The request body must be empty, and the response body contains a JSON object listing the user role permission groups. 
- 
          Authorization requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Gets a list of all supported user role permission groups.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/userRolePermissionGroups
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
Request body
The request body must be empty.
Response body
User Role Permission Group userRolePermissionGroups.list Response
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "kind": string,
  "userRolePermissionGroups": [
    {
      object ( | 
| Fields | |
|---|---|
| kind | 
 Identifies what kind of resource this is. Value: the fixed string 
 . | 
| userRolePermissionGroups[] | 
 User role permission group collection. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/dfatrafficking