Liking cljdoc? Tell your friends :D

happygapi.displayvideo.users

Display & Video 360 API: users. Display & Video 360 API allows users to automate complex Display & Video 360 workflows, such as creating insertion orders and setting targeting options for individual line items. See: https://developers.google.com/display-video/docs/reference/rest/v3/users

Display & Video 360 API: users.
Display & Video 360 API allows users to automate complex Display & Video 360 workflows, such as creating insertion orders and setting targeting options for individual line items.
See: https://developers.google.com/display-video/docs/reference/rest/v3/users
raw docstring

bulkEditAssignedUserRoles$clj

(bulkEditAssignedUserRoles$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v3/users/bulkEditAssignedUserRoles

Required parameters: userId

Optional parameters: none

Body:

{:deletedAssignedUserRoles [string], :createdAssignedUserRoles [{:assignedUserRoleId string, :partnerId string, :advertiserId string, :userRole string}]}

Bulk 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. This method has unique authentication requirements. Read the prerequisites in our Managing Users guide before using this method. The "Try this method" feature does not work for this method.

https://developers.google.com/display-video/api/reference/rest/v3/users/bulkEditAssignedUserRoles

Required parameters: userId

Optional parameters: none

Body: 

{:deletedAssignedUserRoles [string],
 :createdAssignedUserRoles [{:assignedUserRoleId string,
                             :partnerId string,
                             :advertiserId string,
                             :userRole string}]}

Bulk 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. This method has unique authentication requirements. Read the prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this method" feature does not work for this method.
raw docstring

create$clj

(create$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v3/users/create

Required parameters: none

Optional parameters: none

Body:

{:name string, :userId string, :email string, :displayName string, :assignedUserRoles [{:assignedUserRoleId string, :partnerId string, :advertiserId string, :userRole string}], :lastLoginTime string}

Creates a new user. Returns the newly created user if successful. This method has unique authentication requirements. Read the prerequisites in our Managing Users guide before using this method. The "Try this method" feature does not work for this method.

https://developers.google.com/display-video/api/reference/rest/v3/users/create

Required parameters: none

Optional parameters: none

Body: 

{:name string,
 :userId string,
 :email string,
 :displayName string,
 :assignedUserRoles [{:assignedUserRoleId string,
                      :partnerId string,
                      :advertiserId string,
                      :userRole string}],
 :lastLoginTime string}

Creates a new user. Returns the newly created user if successful. This method has unique authentication requirements. Read the prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this method" feature does not work for this method.
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v3/users/delete

Required parameters: userId

Optional parameters: none

Deletes a user. This method has unique authentication requirements. Read the prerequisites in our Managing Users guide before using this method. The "Try this method" feature does not work for this method.

https://developers.google.com/display-video/api/reference/rest/v3/users/delete

Required parameters: userId

Optional parameters: none

Deletes a user. This method has unique authentication requirements. Read the prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this method" feature does not work for this method.
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v3/users/get

Required parameters: userId

Optional parameters: none

Gets a user. This method has unique authentication requirements. Read the prerequisites in our Managing Users guide before using this method. The "Try this method" feature does not work for this method.

https://developers.google.com/display-video/api/reference/rest/v3/users/get

Required parameters: userId

Optional parameters: none

Gets a user. This method has unique authentication requirements. Read the prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this method" feature does not work for this method.
raw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v3/users/list

Required parameters: none

Optional parameters: pageSize, pageToken, orderBy, filter

Lists 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. This method has unique authentication requirements. Read the prerequisites in our Managing Users guide before using this method. The "Try this method" feature does not work for this method.

https://developers.google.com/display-video/api/reference/rest/v3/users/list

Required parameters: none

Optional parameters: pageSize, pageToken, orderBy, filter

Lists 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. This method has unique authentication requirements. Read the prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this method" feature does not work for this method.
raw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v3/users/patch

Required parameters: userId

Optional parameters: updateMask

Body:

{:name string, :userId string, :email string, :displayName string, :assignedUserRoles [{:assignedUserRoleId string, :partnerId string, :advertiserId string, :userRole string}], :lastLoginTime string}

Updates an existing user. Returns the updated user if successful. This method has unique authentication requirements. Read the prerequisites in our Managing Users guide before using this method. The "Try this method" feature does not work for this method.

https://developers.google.com/display-video/api/reference/rest/v3/users/patch

Required parameters: userId

Optional parameters: updateMask

Body: 

{:name string,
 :userId string,
 :email string,
 :displayName string,
 :assignedUserRoles [{:assignedUserRoleId string,
                      :partnerId string,
                      :advertiserId string,
                      :userRole string}],
 :lastLoginTime string}

Updates an existing user. Returns the updated user if successful. This method has unique authentication requirements. Read the prerequisites in our [Managing Users guide](/display-video/api/guides/users/overview#prerequisites) before using this method. The "Try this method" feature does not work for this method.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close