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 |
---|---|
Id | The unique identifier for the user’s position within the system. |
Properties | A list of PropertyValueWithDetailDTO objects representing custom properties associated with the user’s position, allowing additional user-specific data. |
PositionCode | A unique code assigned to the user’s position, used to identify the position within organizational structures. |
Caption | A string representing the title or name of the user's position within the organization. |