GET
/
ats
/
user
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connection-token
string
required

The connection token

Path Parameters

id
string
required

id of the user you want to retrieve.

Query Parameters

remote_data
boolean

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

Response

200 - application/json
first_name
string

The first name of the user

last_name
string

The last name of the user

email
string

The email of the user

disabled
boolean

Whether the user is disabled

access_role
string

The access role of the user

remote_created_at
string

The remote creation date of the user

remote_modified_at
string

The remote modification date of the user

field_mappings
object
required
id
string

The UUID of the user

remote_id
string

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

remote_data
object
required
created_at
object
required
modified_at
object
required

Was this page helpful?