UserPosition
Represents a user's position within the workflow system, including identification, code, status, and other details.
Properties
| Name | Description |
|---|---|
| Status | Indicates whether the position is active within the system. |
| Id | The unique identifier of the user position. |
| Type | The type of position. |
| Code | The code associated with the user position. |
| Description | A description of the user position. |
| UserId | The identifier of the user associated with this position. |
| ImportStatus | The status of the import process for the position, if applicable. |
| ImportedPosCode | The code for the position as imported from an external source. |