DevelopersAPI referenceTasksMembers
List the org's members
Members of the caller's active org (upserted from JWTs on each request), ordered by name then email — used for assignee and lead pickers.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/members"{ "members": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "name": "string", "email": "string", "created": "2019-08-24T14:15:22Z" } ]}This contract, served by the running instance
The embedded copy of this OpenAPI document — backs the reference UI above and is handy for local codegen against a running instance.
List the org's teams
Teams of the caller's active org, ordered by key. Never empty for a used workspace — the first request bootstraps a "General" (GEN) team.