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":"c2a51a7c-8d73-4429-b663-07b062d773fb","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