Relesys API Docs

v1.2

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

Users

Get User
GET /users/{userId}
https://api.relesysapp.net/api/v1.2/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":"2350c9f2-be80-4273-a928-c6c2ec42e7ed","url":null,"departmentUrl":null,"status":"Activated","creationDateTime":"2024-04-24T03:29:31.0926573Z","lastModifiedDateTime":"2024-04-24T03:29:31.0926573Z","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":"80036f7c-1254-4db3-ad35-671cd5871330","additionalDepartments":[{"id":"5419dca6-719b-48a4-b353-af69025f2af8","dataSource":"RelesysAPI"}],"userGroups":[{"id":"99cf240b-407d-459f-ae77-833067d4d26b","dataSource":"RelesysAPI"},{"id":"229e2a07-5b2e-46ee-9369-20ff799005d5","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