For the complete documentation index, see llms.txt. This page is also available as Markdown.

get

HTTP Request

GET /api/v1/organizations/:organizationName/members/:userName

Path parameters

Parameter
Type
Description

:organizationName

string

The name of the organization

:userName

string

The username of the particular member

This endpoint extends the general API structure.

Authorization

You must be an administrator of the requested organization, and your access token must have the following scope:

  • organization.read

Request body

The request body must be empty.

Response body

Returns a JSON representation of a member resource.

Last updated

Was this helpful?