Skip to main content
POST
Create a new Employee
The Member Request workflow is now deprecated in favor of using Member Snapshot

Authorizations

Authorization
string
header
required

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

Body

application/json
employment
object
required

Employment information for the employee

group_id
string<uuid>
required

Unique identifier of the group in Noyo

person
object
required

Personal information for the employee

classifications
object

Fields that classify employees for group structure mapping

location_id
string<uuid>

Unique identifier of the employee group location in Noyo

Response

201 - application/json

Successful Response - Returns the new 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