v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13217260568.5 KB
accountUserProfiles

Updates an existing account user profile.

put/userprofiles/{+profileId}/accountUserProfiles

Path parameters

profileIdstring required

User profile ID associated with this request.

Request body

emailstring

Email of the user profile. The email address must be linked to a Google Account. This field is required on insertion and is read-only after insertion.

accountIdstring int64

Account ID of the user profile. This is a read-only field that can be left blank.

namestring

Name of the user profile. This is a required field. Must be less than 64 characters long, must be globally unique, and cannot contain whitespace or any of the following characters: "&;<>"#%,".

localestring

Locale of the user profile. This is a required field. Acceptable values are: - "cs" (Czech) - "de" (German) - "en" (English) - "en-GB" (English United Kingdom) - "es" (Spanish) - "fr" (French) - "it" (Italian) - "ja" (Japanese) - "ko" (Korean) - "pl" (Polish) - "pt-BR" (Portuguese Brazil) - "ru" (Russian) - "sv" (Swedish) - "tr" (Turkish) - "zh-CN" (Chinese Simplified) - "zh-TW" (Chinese Traditional)

userAccessType'NORMAL_USER' | 'SUPER_USER' | 'INTERNAL_ADMINISTRATOR' | 'READ_ONLY_SUPER_USER'

User type of the user profile. This is a read-only field that can be left blank.

commentsstring

Comments for this user profile.

idstring int64

ID of the user profile. This is a read-only, auto-generated field.

activeboolean

Whether this user profile is active. This defaults to false, and must be set true on insert for the user profile to be usable.

userRoleIdstring int64

User role ID of the user profile. This is a required field.

kindstring

Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountUserProfile".

traffickerType'INTERNAL_NON_TRAFFICKER' | 'INTERNAL_TRAFFICKER' | 'EXTERNAL_TRAFFICKER'

Trafficker type of this user profile. This is a read-only field.

subaccountIdstring int64

Subaccount ID of the user profile. This is a read-only field that can be left blank.

Response

Successful response