Update Employee Custom Attributes

Update the values of custom attributes based on a given employee id.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

The employee id

Body Params
attributes
array of objects
required
length between 1 and 100

The list of attributes that needs to be updated.

attributes*

A custom attribute object.

string

The custom attribute unique identifier. This is required if you are not using name as the attribute identifier.

string

The name of the custom attribute. Supply this field only when you do not wish to use id as the attribute identifier.

string

The new value of the custom attribute. Type depends on the attribute. Empty string will result in null value saved.

Headers
string
required
Responses
204

OK

400

Bad Request

401

Unauthorized

404

Not Found

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!