ManagementResource.WebpropertyUserLinks
val delete :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
linkId:string ->
GapiConversation.Session.t ->
unit * GapiConversation.Session.t
Removes a user from the given web property.
val insert :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
GapiAnalyticsV3Model.EntityUserLink.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.EntityUserLink.t * GapiConversation.Session.t
Adds a new user to the given web property.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?max_results:int ->
?start_index:int ->
accountId:string ->
webPropertyId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.EntityUserLinks.t * GapiConversation.Session.t
Lists webProperty-user links for a given web property.
val update :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
linkId:string ->
GapiAnalyticsV3Model.EntityUserLink.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.EntityUserLink.t * GapiConversation.Session.t
Updates permissions for an existing user on the given web property.