Updates a user’s group membership. Only admins of this group or users with admin-level permissions will be able to use this API.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the group membership.
A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response.
Be aware that specifying this parameter will have the effect that none of the standard fields are returned in the response unless explicitly specified, instead only fields for the mini representation are returned, additional to the fields requested.
The role of the user in the group.
member, admin "member"
Custom configuration for the permissions an admin
if a group will receive. This option has no effect
on members with a role of member.
Setting these permissions overwrites the default access levels of an admin.
Specifying a value of null for this object will disable
all configurable permissions. Specifying permissions will set
them accordingly, omitted permissions will be enabled by default.
{ "can_run_reports": true }Returns a new group membership object.
Membership is used to signify that a user is part of a group.
The unique identifier for this group membership.
"11446498"
The value will always be group_membership.
group_membership "group_membership"
The user that the membership applies to.
The group that the membership applies to.
The role of the user in the group.
member, admin "member"
The time this membership was created.
"2012-12-12T10:53:43-08:00"
The time this membership was last modified.
"2012-12-12T10:53:43-08:00"