Skip to main content
GET
/
organizations
/
{org_id}
/
members
List Members
curl --request GET \
  --url https://api.example.com/organizations/{org_id}/members \
  --header 'Authorization: Bearer <token>'
[
  {
    "user_id": "<string>",
    "role": "<string>",
    "email": "<string>",
    "joined_at": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string
required

Response

Successful Response

user_id
string
required
role
string
required
email
string | null
joined_at
string | null