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":"2efdce2c-7722-4b7a-a253-244ab5d694eb","url":null,"departmentUrl":null,"status":"Activated","creationDateTime":"2025-12-14T06:12:55.9929141Z","lastModifiedDateTime":"2025-12-14T06:12:55.9929141Z","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":"eb033bc2-2cea-4cd5-9bd4-7cd31a1fadee","additionalDepartments":[{"id":"f36fd509-d745-4345-ab34-0ca409b3bf25","dataSource":"RelesysAPI"}],"userGroups":[{"id":"d49cbc68-9ef1-477d-a8c9-95dac9c7696f","dataSource":"RelesysAPI"},{"id":"9d65d2f0-2e5c-463a-a969-63b146d4e027","dataSource":"RelesysAPI"}],"employmentDate":"2018-12-30T13:30:00Z","employmentEndDate":"2021-12-30T13:30:00Z","customFields":{"customfieldone":"Custom field 1","customfieldtwo":"Custom field 2"},"employmentType":"Full-time employee"}}
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      
   employmentType string      
   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