ats/users

Retrieve Users

Retrieve Users from any connected Ats software

get/ats/users/{id}

Path parameters

idstring required

id of the user you want to retrieve.

Query parameters

remote_databoolean

Set to true to include data from the original Ats software.

Headers

x-connection-tokenstring required

The connection token

Response

first_namestring

The first name of the user

last_namestring

The last name of the user

emailstring

The email of the user

disabledboolean

Whether the user is disabled

access_rolestring

The access role of the user

remote_created_atstring date-time

The remote creation date of the user

remote_modified_atstring date-time

The remote modification date of the user

field_mappingsobject required
idstring

The UUID of the user

remote_idstring

The remote ID of the user in the context of the 3rd Party

remote_dataobject required
created_atobject required
modified_atobject required

Changes