System Groups
This endpoint allows you to perform actions on a specific System Group of your Team.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
systemGroupIdstringRequired
ID of System Group
Body
objectOptionalExample:
{"name":"GoodAccess System Group"}Responses
200
OK
application/json
Responseobject
404
Not Found
application/json
409
Conflict
application/json
put
/api/v1/system-group/{systemGroupId}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
systemGroupIdstringRequired
ID of System Group
Responses
200
OK
application/json
Responseobject
404
Not Found
application/json
delete
/api/v1/system-group/{systemGroupId}Last updated
Was this helpful?