Skip to main content

UserDepartmentWithDetail

Represents detailed information about a user’s department within an organization, including properties such as the department's ID, code, caption, and additional custom properties.

Properties

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