Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 403 Bytes

ProjectUserCreateRequest.md

File metadata and controls

23 lines (11 loc) · 403 Bytes

ProjectUserCreateRequest

Properties

Name Type Description Notes
userId String The ID of the user.
role RoleEnum `owner` or `member`

Enum: RoleEnum

Name Value
OWNER "owner"
MEMBER "member"