Request

POST https://api.eloomi.com/v3/paths/{pathId}/assign

Path parameters

Parameter name Value Description Additional
pathId integer

Id of the appraisal process

Required

Request headers

Parameter name Value Description Additional
ClientId string

Provided by eloomi

Required
Authorization string

Look in the documentation for the authentication endpoint on how to construct this

Required

Request body

{
    "user_codes": [
        "integer"
    ],
    "user_ids": [
        "integer"
    ]
}

Properties

Name Example Description Additional
user_codes[] [ "E1234", "E4321" ]

The employee ids of the users that should have this assigned

Optional
user_ids[] [ 1, 2 ]

The eloomi ids of the users that should have this assigned

Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

Users assigned

AssignmentSuccess
400 Bad Request

Request contained invalid data

GenericSuccess
401 Unauthorized

Not allowed

ErrorSuccess