PUT https://api.eloomi.com/v3/users-employee_id/{employeeId}/teams/{teamId}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| teamId | string | eloomi's team ID of the team you want to assign user to |
Required |
| employeeId | string | eloomi's employee ID for the user |
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 |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK User teams updated |
GenericSuccess |
| 401 | Unauthorized Not allowed |
ErrorSuccess |
| 404 | Not Found No user or team found |