Relesys API Docs

v1.3

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

User Groups

Get User Group
GET /userGroups/{userGroupId}
https://api.relesysapp.net/api/v1.3/userGroups/{userGroupId}
Get a user group by the provided ID.
Scopes: relesys.api, relesys.api:read, relesys.api.users, relesys.api.users:read
URL Path
userGroupId string / guid The user group's unique identifier required
Responses
application/json
JSON
{"data":{"id":"5c16cf72-a19b-4cce-8475-159900bf14f6","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