A ProjectMember is a user who can collaborate on a Project. You can control
permissions for what each ProjectMember can do and how they can interact with
the Project using this model.
Fields
Field | Description |
---|---|
id uuid required | The unique identifier of the user of this ProjectMember. |
initials string optional | the initials of the user |
name string optional | The display name of the user |
avatarUrl string optional | Avatar URL |
role string optional deprecated | The role of the user in the project Obsolete use Permission instead |
permission string optional | The current permission of the user |
color string optional | The color for their avatar |
permissionOptions PermissionOptionsDto optional | Specifies the permissions that you can set against the project member. This changes based on who is logged in and the role they have. |