UserPositionWithDetail
Represents detailed information about a user’s position within an organization, including properties such as the position's ID, caption, code, and additional custom properties.
Properties
| Name | Description |
|---|---|
| Caption | A string representing the title or name of the user's position within the organization. |
| Properties | A list of PropertyValueWithDetailDTO objects representing custom properties associated with the user’s position, allowing additional user-specific data. |
| Id | The unique identifier for the user’s position within the system. |
| PositionCode | A unique code assigned to the user’s position, used to identify the position within organizational structures. |