Resource: UserProfile
A UserProfile resource lets you list all DFA user profiles that are associated with a Google user account. The profileId needs to be specified in other API requests.
JSON representation |
---|
{ "kind": string, "profileId": string, "userName": string, "accountId": string, "accountName": string, "subAccountId": string, "subAccountName": string, "etag": string } |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
profile |
The unique ID of the user profile. |
user |
The user name. |
account |
The account ID to which this profile belongs. |
account |
The account name this profile belongs to. |
sub |
The sub account ID this profile belongs to if applicable. |
sub |
The sub account name this profile belongs to if applicable. |
etag |
Etag of this resource. |
Methods |
|
---|---|
|
Gets one user profile by ID. |
|
Retrieves list of user profiles for a user. |