get
GET /api/v1/organizations/:organizationName/members/:userName
Parameter | Type | Description |
---|---|---|
:organizationName | string | The name of the organization |
:userName | string | The username of the particular member |
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.
Last modified 2mo ago