Openapi
Return detail for a member in the specified organization.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuiduuidapplication/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123/members/123e4567-e89b-12d3-a456-426614174000"{ "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "email": "user@example.com", "firstName": "string", "lastName": "string", "username": "string", "avatarUrl": "http://example.com", "organizationMembership": { "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "email": "user@example.com", "firstName": "string", "lastName": "string", "avatarUrl": "http://example.com", "roleId": "7382d58e-652a-4905-b7c9-bcca1e0e5391", "roleKey": "string", "roleName": "string", "disabledAt": "string", "joinedAt": "string", "lastActiveAt": "string" }, "organizationMemberships": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "slug": "string", "disabledAt": "string", "roleId": "7382d58e-652a-4905-b7c9-bcca1e0e5391", "roleKey": "string", "roleName": "string", "joinedAt": "string", "lastActiveAt": "string" } ], "systemRoleIds": [ "2eef74ee-bcdf-4455-bb91-ca7fb96e013d" ], "systemRoleKeys": [ "string" ], "organizations": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "slug": "string", "disabledAt": "string" } ], "disabledAt": "string", "bannedUntil": "string", "createdAt": "string", "lastActiveAt": "string"}