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

NameTypeRequiredDefaultDescription
org_idstringYesOrganization ID

Response

Returns the list of organization members.

{
  "members": [
    {
      "joined_at": "2026-02-06T13:36:43Z",
      "role": "owner",
      "user_id": "usr_476931df38eb2662..."
    }
  ]
}

Errors

CodeDescription
not_authenticatedNo active login for this session
not_foundOrganization not found