Skip to main content
GET
Get a single Employee within a Group

Authorizations

Authorization
string
header
required

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

Path Parameters

employee_id
string
required

The Noyo ID or Custom Individual ID of the employee you would like to view

Example:

"D123456789"

group_id
string<uuid>
required

The Noyo ID of the Group the employee belongs to.

Example:

"30b74a44-d5b1-4123-a7a4-6d3aec251ba4"

Response

200 - application/json

Successful Response - Returns a single Employee

created
integer
required
read-only

The date the record was originated

employment
object
required

Employment information for the employee

group_id
string<uuid>
required
read-only

Unique identifier of the group in Noyo

id
string<uuid>
required
read-only

Unique identifier of the employee in Noyo

modified
integer
required
read-only

The date the record was last updated

person
object
required

Personal information for the employee

version
string<uuid>
required
read-only

Version of the employee record

classifications
object
read-only

Fields that classify employees for group structure mapping

custom_individual_id
string
read-only

The custom identifier for this employee in your system

location_id
string<uuid>

Unique identifier of the employee group location in Noyo