POST https://api.eloomi.com/v3/paths/{pathId}/assign
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| pathId | integer | Id of the appraisal process |
Required |
| 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 |
{
"user_codes": [
"integer"
],
"user_ids": [
"integer"
]
}
| 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 |
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 |