Skip to main content
GET
/
organizations
/
current
/
members
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "role": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "user": {
      "id": "<string>",
      "email": "<string>",
      "name": "<string>",
      "avatar_url": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

id
string
required
role
string
required
created_at
string<date-time>
required
user
object
required

User details for this member