ts.org.list_members
List members of an organization with their roles.
List members of an organization with their roles.
Requires authentication
Description
Returns all members of an organization including their roles and join dates.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
org_id | string | Yes | Organization ID |
Response
Returns the list of organization members.
{
"members": [
{
"joined_at": "2026-02-06T13:36:43Z",
"role": "owner",
"user_id": "usr_476931df38eb2662..."
}
]
}
Errors
| Code | Description |
|---|---|
not_authenticated | No active login for this session |
not_found | Organization not found |