Skip to main content

Membership is used to signify that a user is part of a group.

id
string

The unique identifier for this group membership.

Example:

"11446498"

type
enum<string>

The value will always be group_membership.

Available options:
group_membership
Example:

"group_membership"

user
User (Mini) · object

The user that the membership applies to.

group
Group (Mini) · object

The group that the membership applies to.

role
enum<string>

The role of the user in the group.

Available options:
member,
admin
Example:

"member"

created_at
string<date-time>

The time this membership was created.

Example:

"2012-12-12T10:53:43-08:00"

modified_at
string<date-time>

The time this membership was last modified.

Example:

"2012-12-12T10:53:43-08:00"