post http://localhost:3001/api//employee
Log in to see full request history
Responses
200Success
Example Callback Response
response: {
body:
{
employee:
{
email:"john-doe@gmail.com",
last_name:"Doe"
mosaic_id:1111,
created_at:"2023-06-06T13:17:17.460-04:00",
first_name:"John",
updated_at:"2023-06-06T13:17:17.460-04:00",
is_archived: false,
mosaic_team_id: 12345,
employment_type:"Member",
}
},
status:200
}
401Invalid Authentication Key and/or Team ID