Relesys API Docs

v1

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

Users

Get User
GET /users/{userId}
https://api.relesysapp.net/api/v1/users/{userId}
Get a single user object based on their ID
Scopes: relesys.api, relesys.api:read, relesys.api.users, relesys.api.users:read
URL Path
userId string / guid The user's unique identifier required
Responses
application/json
JSON
{"data":{"id":"1c7838a7-c9d3-4301-8bc1-611e1029a2d5","url":null,"departmentUrl":null,"status":"Activated","creationDateTime":"2025-05-02T02:00:18.2453196Z","lastModifiedDateTime":"2025-05-02T02:00:18.2453196Z","externalId":"NUA","name":"New User A","userName":"UserNameA","title":"User Title A","dataSource":"RelesysAPI","email":"personalmaila@testmail.com","secondaryEmail":"businessmaila@testmail.com","phoneNumber":{"countryCode":45,"number":"12345678"},"secondaryPhoneNumber":{"countryCode":45,"number":"12345679"},"birthDate":"2002-12-30T00:00:00Z","primaryDepartmentId":"b232afc0-62ad-487c-ab76-a30676733f1b","additionalDepartments":[{"id":"b01ce818-7036-4a8c-a42e-2cc33511d871","dataSource":"RelesysAPI"}],"userGroups":[{"id":"5559e370-8394-49fc-a314-7c4ab083820b","dataSource":"RelesysAPI"},{"id":"bb1a69bd-601b-4772-954c-38fc792b9178","dataSource":"RelesysAPI"}],"employmentDate":"2018-12-30T13:30:00Z","employmentEndDate":"2021-12-30T13:30:00Z","customFields":{"customfieldone":"Custom field 1","customfieldtwo":"Custom field 2"}}}
object
  data object      
   additionalDepartments array[object]      
    dataSource string      
    id string / guid      
   birthDate datetime      
   customFields dictionary`2      
   dataSource string      
   departmentUrl string      
   email string      
   employmentDate datetime      
   employmentEndDate datetime      
   externalId string      
   id string / guid      
   name string      
   phoneNumber object      
    countryCode integer      
    number string      
   primaryDepartmentId string / guid      
   secondaryEmail string      
   secondaryPhoneNumber object      
    countryCode integer      
    number string      
   status string      
   title string      
   url string      
   userGroups array[object]      
    dataSource string      
    id string / guid      
   userName string