Skip to main content

profile_user_links

Overview

Nameprofile_user_links
TypeResource
Idgoogleanalytics.analytics.profile_user_links

Fields

NameDatatypeDescription
idstringEntity user link ID
kindstringResource type for entity user link.
permissionsobjectPermissions the user has for this entity.
selfLinkstringSelf link for this resource.
userRefobjectJSON template for a user reference.
entityobjectEntity for this link. It can be an account, a web property, or a view (profile).

Methods

NameAccessible byRequired ParamsDescription
management_profileUserLinks_listSELECTaccountId, profileId, webPropertyIdLists profile-user links for a given view (profile).
management_profileUserLinks_deleteDELETEaccountId, linkId, profileId, webPropertyIdRemoves a user from the given view (profile).
management_profileUserLinks_insertEXECaccountId, profileId, webPropertyIdAdds a new user to the given view (profile).
management_profileUserLinks_updateEXECaccountId, linkId, profileId, webPropertyIdUpdates permissions for an existing user on the given view (profile).