System Groups

This endpoint allows you to perform actions on a specific System Group of your Team.

Fetch All System Groups

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
Responseobject
get
/api/v1/system-groups
200

OK

Fetch System Group by its ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
systemGroupIdstringRequired

ID of System Group

Responses
200

OK

application/json
Responseobject
get
/api/v1/system-group/{systemGroupId}
200

OK

Create System Group

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"name":"GoodAccess System Group"}
Responses
200

OK

application/json
Responseobject
post
/api/v1/system-group
200

OK

Update System Group by its ID

put
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
put
/api/v1/system-group/{systemGroupId}

Remove System Group by its ID

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
systemGroupIdstringRequired

ID of System Group

Responses
200

OK

application/json
Responseobject
delete
/api/v1/system-group/{systemGroupId}

Last updated

Was this helpful?