get
Last updated
Was this helpful?
GET /api/v1/organizations/:organizationName/members/:userName:organizationName
string
The name of the organization
:userName
string
The username of the particular member
This endpoint extends the general API structure.
You must be an administrator of the requested organization, and your access token must have the following scope:
organization.read
The request body must be empty.
Returns a JSON representation of a member resource.
Last updated
Was this helpful?
Was this helpful?

