EaserixDocs
DevelopersAPI referenceAuth & accountsTeams

Team members

Any org member. Same row shape as the org directory; role is lead | member.

View as Markdown
GET
/v1/orgs/{id}/teams/{tid}/members
AuthorizationBearer <token>

In: header

Path Parameters

id*string
tid*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/orgs/string/teams/string/members"
{  "members": [    {      "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",      "email": "string",      "name": "string",      "avatar_url": "string",      "role": "string",      "joined_at": "2019-08-24T14:15:22Z"    }  ]}