Membership is used to signify that a user is part of a group.
2012-12-12T10:53:43-08:00
The time this membership was created.
The group that the membership applies to
11446498
The unique identifier for this object
2012-12-12T10:53:43-08:00
The time this membership was last modified.
member
The role of the user in the group.
Value is one of member
,admin
group_membership
Value is always group_membership
The user that the membership applies to
{
"created_at": "2012-12-12T10:53:43-08:00",
"group": {
"group_type": "managed_group",
"id": 11446498,
"name": "Support",
"type": "group"
},
"id": 11446498,
"modified_at": "2012-12-12T10:53:43-08:00",
"role": "member",
"type": "group_membership",
"user": {
"id": 11446498,
"login": "ceo@example.com",
"name": "Aaron Levie",
"type": "user"
}
}