Members
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
PATCH | |
DELETE | |
GET |
List all members
Required API key scopes
organization_member:readPath parameters
- organization_idstring
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Example request
GET /api /organizations /:organization_id /membersExample response
Status 200
RESPONSE
Update members
Required API key scopes
organization_member:writePath parameters
- organization_idstring
- user__uuidstring
Request parameters
- level
Response
Example request
PATCH /api /organizations /:organization_id /members /:user__uuidExample response
Status 200
RESPONSE
Delete members
Required API key scopes
organization_member:writePath parameters
- organization_idstring
- user__uuidstring
Example request
DELETE /api /organizations /:organization_id /members /:user__uuidExample response
Status 204 No response body
Retrieve members scoped api keys
Path parameters
- organization_idstring
- user__uuidstring
Response
Example request
GET /api /organizations /:organization_id /members /:user__uuid /scoped_api_keysExample response
Status 200
RESPONSE