get

HTTP Request

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

Path parameters

ParameterTypeDescription

: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

Learn more about authorization.

Request body

The request body must be empty.

Response body

Returns a JSON representation of a member resource.

Last updated