GetOwnerUsers¶
Returns an array of users to whom the work item is assigned.
1 | |
Parameters¶
boolean real optional
Specifies whether to return real or simulated owners. The default value is true.
Returns¶
An array of owner users.
Remarks¶
This method returns a dynamically calculated array of user-type identities. When the organization changes, such as when a user is added to or removed from a position, the return value also changes.
Example¶
1 2 | |
See Also¶
- Array<Identity>