Skip to content

Member

Resource representing a member belonging to a workspace.

The Member resource contains information about a user specifically configured to your workspace.

Endpoints

MethodUrl
GET/v1.0/members/{user_id}
GET/v1.0/members
POST/v1.0/members
PATCH/v1.0/members/{user_id}
POST/v1.0/members/{user_id}/accept_terms

Properties

email

The email of the member.

user_id

The user ID of the member.

external_id

An optional external ID for the member.

create_time

The time the user became a member of the workspace.

update_time

The time the user was last updated as a member of the workspace.

Copied
1{
2 "email": "tony@stark.com",
3 "external_id": "2ee90898-6b84-4139-8560-d76b40c914ec",
4 "user_id": "1232-1232-1232-1232-1232",
5 "create_time": "2020-01-01T00:00:00Z",
6 "update_time": "2020-01-01T00:00:00Z"
7}
Last updated on December 18, 2025