Get Employee Roles

post

/config/sim/v1/employees/getEmployeeRoles

Gets a list of all the roles associated with the given employee in the specified organization

Request

Supported Media Types
Body ()
Request body
Root Schema : EmployeeRoleBody
Type: object
The input Body model that needs to be given.
Show Source
Back to Top

Response

Supported Media Types

200 Response

A collection of associated roles of a particular employee in an organization.
Body ()
Root Schema : EmployeeRole
Type: object
Model for an Employee Role 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",
    "es-MX":"Propiedad"
}
Nested Schema : RoleNameTranslatedString
Type: object
A string that contains translations of employee role name into multiple languages
Example:
{
    "en-US":"Cashier",
    "de-DE":"Kassierer",
    "es-MX":"Cajero"
}

400 Response

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