Skip to main content
PUT
Update an employee office assignation

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Employee office assignation ID

Body

application/json

Employee office assignation object that needs to be updated

isMainOffice
boolean
required

Whether this office is the employee's main office

Response

200 - application/json

Object

data
object
meta
object