Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 879 Bytes

UserInvitation.md

File metadata and controls

32 lines (19 loc) · 879 Bytes

bimdata.UserInvitation

Properties

Name Type Description Notes
id Number [readonly]
redirectUri String User will be redirected to this uri when they accept the invitation
cloudId Number [readonly]
cloudName String
projectId Number [readonly]
projectName String [optional]
status String A: Accepted D: Denied P: Pending * `A` - accepted * `D` - denied * `P` - pending [optional]
clientName String
sender User
createdAt Date [readonly]
respondedAt Date [optional]

Enum: StatusEnum

  • A (value: "A")

  • D (value: "D")

  • P (value: "P")