Get All Team Members
GET {{baseUrl}}/teams/:teamID/members
Returns all the team members of the organization.
Requires access_token
as a Bearer {{token}}
in the Authorization
header with read
scope.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | null |
RESPONSES
status: OK
{"data":[{"user_id":"6245732c51bae88ff6f17890","role_ids":["65f119ab94c9e61c57b102a7","65f119ab94c9e61c57b102a6","65f119ab94c9e61c57b102a5"],"abilities":{}},{"user_id":"61a46f8efb59e90008628fcc","role_ids":["65f119ab94c9e61c57b102a7"],"abilities":{}}]}