Skip to main content

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

NameDescription
IdThe unique identifier for the user’s position within the system.
PropertiesA list of PropertyValueWithDetailDTO objects representing custom properties associated with the user’s position, allowing additional user-specific data.
PositionCodeA unique code assigned to the user’s position, used to identify the position within organizational structures.
CaptionA string representing the title or name of the user's position within the organization.