Page Summary
-
A UserProfile resource allows you to list all DFA user profiles associated with a Google user account.
-
The
profileIdis required for other API requests related to user profiles. -
UserProfile resources have fields such as
kind,profileId,userName,accountId, andaccountName. -
You can retrieve a single user profile by ID using the
getmethod or a list of profiles for a user using thelistmethod.
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 . |
profileId
|
The unique ID of the user profile. |
userName
|
The user name. |
accountId
|
The account ID to which this profile belongs. |
accountName
|
The account name this profile belongs to. |
subAccountId
|
The sub account ID this profile belongs to if applicable. |
subAccountName
|
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. |

