Method: userRolePermissionGroups.list

  • Retrieves a comprehensive list of all available user role permission groups within a specified user profile.

  • Employs a GET request to the designated endpoint, requiring the user profile ID as a path parameter.

  • Returns a JSON response detailing the kind of resource and an array of user role permission groups, each with its properties.

  • Requires authorization using the dfatrafficking scope for accessing and retrieving the user role permission group data.

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

string (int64 format)

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 (UserRolePermissionGroup)
    }
  ]
}
Fields
kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#userRolePermissionGroupsListResponse"

.

userRolePermissionGroups[]

object (UserRolePermissionGroup)

User role permission group collection.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking