Skip to content

Commit 1f138fe

Browse files
authored
Merge pull request #796 from superannotateai/FRIDAY-3794
Add user permissions
2 parents 47899b4 + 4d040ec commit 1f138fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/superannotate/lib/core/entities/work_managament.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class WMProjectUserEntity(TimedBaseModel):
133133
email: Optional[str]
134134
state: Optional[WMUserStateEnum]
135135
custom_fields: Optional[dict] = Field(dict(), alias="customField")
136+
permissions: Optional[dict]
136137

137138
class Config:
138139
extra = Extra.ignore

0 commit comments

Comments
 (0)