Skip to content

Get a user's organization memberships

GET
/users/{id}/organizations

Public org memberships for a user (UUID or profile_slug). 404 only when the user does not exist.

Parameters

Path Parameters

id*
Type
string
Required

Responses

User organizations

application/json
JSON
{
"data": [
{
}
]
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress