Relesys API Docs

v1.2

https://api.relesysapp.net/api/v1.2

User Groups

Update User Group
PATCH /userGroups/{userGroupId}
https://api.relesysapp.net/api/v1.2/userGroups/{userGroupId}
Update a user group based on the ID provided. Accepts a JsonPatch request in the body.
Scopes: relesys.api, relesys.api:write, relesys.api.users, relesys.api.users:write
URL Path
userGroupId string / guid The user group's unique identifier required
Request Body
application/json-patch+json
array[object]
  from string optional
  op string optional
  path string optional
  value object optional
Responses
application/json
JSON
{"data":{"id":"cb596748-f9b3-4ecb-90ae-935fdf0c74d9","url":null,"creationDateTime":"1991-12-25T13:14:35Z","lastModifiedDateTime":"2018-06-09T04:58:45Z","name":"User Group A","externalId":"UGA","description":"Description for User Group A"}}
object
  data object      
   description string      
   externalId string      
   id string / guid      
   name string      
   url string