get

HTTP Request

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

Path parameters

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