Skip to main content

The Membership object

Attributes

id
string
Unique identifier for the membership.
user
object
The associated user.
role
enum
The associated role. One of conversation_admin, conversation_manager, conversation_commenter, conversation_viewer.
The Membership object
{
"id": "nms_99fd10deda4c58d31ab7a1fb",
"user": {
"created_at": "2024-03-11T15:37:23+00:00",
"email": "john.doe@example.net",
"group": "client",
"id": "u_c01bb6102b6ddadd4b1f020e",
"language": null,
"name": "John Doe",
"phone": null,
"role": "member",
"timezone": null,
"title": null,
"updated_at": "2024-03-11T15:37:23+00:00",
"username": "johndoe"
},
"role": "conversation_viewer"
}