Groups
This endpoint allows you to perform actions on a specific Group of your Team.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample:
{"name":"GoodAccess group","forced_always_on_included":true,"forced_always_on_excluded":true,"geo_restriction_included":false}Responses
200
OK
application/json
Responseobject
409
Conflict
application/json
post
/api/v1/groupAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
groupIdstringRequired
ID of tag
Body
objectOptionalExample:
{"name":"GoodAccess group","forced_always_on_included":true,"forced_always_on_excluded":true,"geo_restriction_included":false}Responses
200
OK
application/json
Responseobject
404
Not Found
application/json
409
Conflict
application/json
put
/api/v1/group/{groupId}Last updated
Was this helpful?