Relesys API Docs

v1.3

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

Users

Get User
GET /users/{userId}
https://api.relesysapp.net/api/v1.3/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":"75fad2e7-07d7-4627-b8c0-d2e6b0eea516","url":null,"departmentUrl":null,"status":"Activated","creationDateTime":"2025-01-16T13:06:22.2163283Z","lastModifiedDateTime":"2025-01-16T13:06:22.2163283Z","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":"dbdc08dd-53b5-489b-9e89-e3018e2809df","additionalDepartments":[{"id":"0f1f0ace-65cf-46b4-8a3b-0a20b896e471","dataSource":"RelesysAPI"}],"userGroups":[{"id":"1c74d4d0-3731-423d-8417-6a32e66f3e95","dataSource":"RelesysAPI"},{"id":"6ac341ac-c983-4f41-820c-67ae1b80524a","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