Skip to content

Get organization public team

GET
/organizations/{id}/members

Public "Our team" list for an org (UUID or slug). Filtered to active, publicly-visible, non-expired memberships whose user profile is not private.

Parameters

Path Parameters

id*
Type
string
Required

Responses

Organization team members

application/json
JSON
{
"data": [
{
"user_id": "string",
"name": "string",
"profile_slug": "string",
"avatar": "string",
"role_title_label": "string",
"is_current": true,
"rbac_role_name": "string",
"rbac_hierarchy_level": 0
}
]
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress