Skip to content

Get all memberships of an organization.

GET
/v1/organizations/{org_uuid}/members

Get all memberships of an organization.

Authorizations

jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"

Query Parameters

page

Page number to return

Typeinteger
Example1
format"int64"
minimum1
per_page

Number of elements per page

Typeinteger
format"int64"
minimum1
default10

Responses

OK

application/json
JSON
{
"members": [
{
"member_id": 23,
"user_display_name": "Marius Tolzmann",
"user_email": "marius@terramate.io",
"user_uuid": "683e0589-65a8-48b8-bd90-6ee89e0682ab",
"invited_email": "string",
"role": "admin",
"status": "active",
"position": "CTPO",
"user_picture_url": "https://lh3.googleusercontent.com/a/AAcHTtcBqudpP0hVoQyjDv-v5b4lP6e0vN_92zi_aPp90hE=s96-c",
"linked_accounts": [
{
"name": "string"
}
]
}
],
"paginated_result": {
"total": 0,
"page": 0,
"per_page": 0
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI