Memberships
List Memberships
GET/memberships
Membership Details
GET/memberships/{membership_id}
Update Membership
PUT/memberships/{membership_id}
Delete Membership
DELETE/memberships/{membership_id}
ModelsExpand Collapse
Membership { id, account, api_access_enabled, 3 more }
Membership { id, account, api_access_enabled, 3 more }
MembershipGetResponse { id, account, api_access_enabled, 4 more }
MembershipGetResponse { id, account, api_access_enabled, 4 more }
api_access_enabled: optional boolean
Enterprise only. Indicates whether or not API access is enabled specifically for this user on a given account.
permissions: optional { analytics, billing, cache_purge, 9 more } All access permissions for the user at the account.
permissions: optional { analytics, billing, cache_purge, 9 more }
All access permissions for the user at the account.
policies: optional array of { id, access, permission_groups, resource_groups } Access policy for the membership
policies: optional array of { id, access, permission_groups, resource_groups }
Access policy for the membership
permission_groups: optional array of { id, meta, name } A set of permission groups that are specified to the policy.
permission_groups: optional array of { id, meta, name }
A set of permission groups that are specified to the policy.
MembershipUpdateResponse { id, account, api_access_enabled, 4 more }
MembershipUpdateResponse { id, account, api_access_enabled, 4 more }
api_access_enabled: optional boolean
Enterprise only. Indicates whether or not API access is enabled specifically for this user on a given account.
permissions: optional { analytics, billing, cache_purge, 9 more } All access permissions for the user at the account.
permissions: optional { analytics, billing, cache_purge, 9 more }
All access permissions for the user at the account.
policies: optional array of { id, access, permission_groups, resource_groups } Access policy for the membership
policies: optional array of { id, access, permission_groups, resource_groups }
Access policy for the membership
permission_groups: optional array of { id, meta, name } A set of permission groups that are specified to the policy.
permission_groups: optional array of { id, meta, name }
A set of permission groups that are specified to the policy.