Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 770 Bytes

File metadata and controls

17 lines (9 loc) · 770 Bytes

QuorumUser

A user who participates in this request's approval quorum, and their approval state.

Properties

Name Type Description Notes
index Integer Zero-based position of this user within the `users` array. The `members` arrays elsewhere in the document reference users by this index rather than repeating the user ID.
userId String The participating user's ID.
status QuorumApprovalState
isMandatoryOwner Boolean Present and `true` only for the workspace owner, when this request additionally requires the owner's approval. Absent for every other participant. [optional]