Skip to main content
GET
/
orgs
/
{id}
/
members
cURL
curl --request GET \
  --url https://api.useanima.sh/v1/orgs/{id}/members \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "userId": "<string>",
      "email": "<string>",
      "firstName": "<string>",
      "lastName": "<string>",
      "imageUrl": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Path Parameters

id
string
required

Unique organization identifier

Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$

Response

200 - application/json

OK

Organization membership list response

items
object[]
required

Members of the organization