AI-generated Key Takeaways
-
This document provides details on how to get a list of all supported user role permission groups.
-
The request is an HTTP GET request that uses gRPC Transcoding syntax and requires a
profileIdpath parameter. -
The request body must be empty, and the response body contains a list of 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/v5/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

