Skip to main content

users

Overview

Nameusers
TypeResource
Idgoogledevelopers.displayvideo.users

Fields

NameDatatypeDescription
namestringOutput only. The resource name of the user.
userIdstringOutput only. The unique ID of the user. Assigned by the system.
assignedUserRolesarrayThe assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
displayNamestringRequired. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
emailstringRequired. Immutable. The email address used to identify the user.

Methods

NameAccessible byRequired ParamsDescription
getSELECTusersIdGets a user.
listSELECTLists users that are accessible to the current user. If two users have user roles on the same partner or advertiser, they can access each other.
createINSERTCreates a new user. Returns the newly created user if successful.
deleteDELETEusersIdDeletes a user.
bulkEditAssignedUserRolesEXECusersIdBulk edits user roles for a user. The operation will delete the assigned user roles provided in BulkEditAssignedUserRolesRequest.deletedAssignedUserRoles and then assign the user roles provided in BulkEditAssignedUserRolesRequest.createdAssignedUserRoles.
patchEXECusersIdUpdates an existing user. Returns the updated user if successful.