Relesys API Docs

v1.3

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

User Groups

Update User Group
PATCH /userGroups/{userGroupId}
https://api.relesysapp.net/api/v1.3/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":"0d36089b-7baf-4b45-adb0-b1cc285b213e","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