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:read
Path 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 /members
Example response
Status 200
RESPONSE
Update members
Required API key scopes
organization_member:write
Path parameters
- organization_idstring
- user__uuidstring
Request parameters
- level
Response
Example request
PATCH
/api /organizations /:organization_id /members /:user__uuid
Example response
Status 200
RESPONSE
Delete members
Required API key scopes
organization_member:write
Path parameters
- organization_idstring
- user__uuidstring
Example request
DELETE
/api /organizations /:organization_id /members /:user__uuid
Example 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_keys
Example response
Status 200
RESPONSE