Relesys API Docs

v1.2

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

User Groups

Get User Group
GET /userGroups/{userGroupId}
https://api.relesysapp.net/api/v1.2/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":"8f8f7caf-c540-4a8d-8d20-86401c86077b","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