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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[[["\u003cp\u003eThe UserProfile resource allows you to manage and access information about DFA user profiles linked to a Google user account.\u003c/p\u003e\n"],["\u003cp\u003eEach profile is identified by a unique \u003ccode\u003eprofileId\u003c/code\u003e and includes details like user name, account and sub-account associations.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve individual user profiles using their ID or get a list of all profiles associated with a specific user.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides methods to retrieve (\u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e) user profile data.\u003c/p\u003e\n"]]],[],null,["- [Resource: UserProfile](#UserProfile)\n - [JSON representation](#UserProfile.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: 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.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"profileId\": string, \"userName\": string, \"accountId\": string, \"accountName\": string, \"subAccountId\": string, \"subAccountName\": string, \"etag\": string } ``` |\n\n| Fields ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#userProfile\"` . |\n| `profileId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The unique ID of the user profile. |\n| `userName` | `string` The user name. |\n| `accountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The account ID to which this profile belongs. |\n| `accountName` | `string` The account name this profile belongs to. |\n| `subAccountId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The sub account ID this profile belongs to if applicable. |\n| `subAccountName` | `string` The sub account name this profile belongs to if applicable. |\n| `etag` | `string` Etag of this resource. |\n\n| Methods ||\n|------------------------------------------------------------|---------------------------------------------|\n| [get](/doubleclick-advertisers/rest/v4/userProfiles/get) | Gets one user profile by ID. |\n| [list](/doubleclick-advertisers/rest/v4/userProfiles/list) | Retrieves list of user profiles for a user. |"]]