Update Employee EMC Visibility

post

/config/sim/v1/employees/updateEmployeeVisibility

Updates the hierarchy unit visibility to the Employee. If hierarchy unit is not found, it assigns the hierarchy unit to the Employee

Request

Supported Media Types
Header Parameters
Body ()
Employee EMC Visibility Object
Root Schema : EmployeeEMCVisibility
Type: object
Model for an Employee EMC Visibility Object
Show Source
Nested Schema : HierUnitNameTranslatedString
Type: object
A string that contains translations of hierarchy unit name into multiple languages
Example:
{
    "en-US":"Property",
    "de-DE":"Eigentum",
    "ar-AR":"??????????"
}
Back to Top

Response

Supported Media Types

200 Response

Employee EMC Visibility object of the organization.
Body ()
Root Schema : EmployeeEMCVisbilityResponse
Type: object
Model for the response
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top