File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -18429,6 +18429,30 @@ components:
1842918429 title : Products
1843018430 description : List of products this users is included or None if fields is
1843118431 unset
18432+ userId :
18433+ anyOf :
18434+ - type : integer
18435+ exclusiveMinimum : true
18436+ minimum : 0
18437+ - type : ' null'
18438+ title : Userid
18439+ description : Unique identifier of the user if an account was created
18440+ userName :
18441+ anyOf :
18442+ - type : string
18443+ maxLength : 100
18444+ minLength : 1
18445+ - type : ' null'
18446+ title : Username
18447+ description : Username of the user if an account was created
18448+ userPrimaryGroupId :
18449+ anyOf :
18450+ - type : integer
18451+ exclusiveMinimum : true
18452+ minimum : 2
18453+ - type : ' null'
18454+ title : Userprimarygroupid
18455+ description : Primary group ID of the user if an account was created
1843218456 type : object
1843318457 required :
1843418458 - firstName
@@ -18446,6 +18470,9 @@ components:
1844618470 - accountRequestStatus
1844718471 - registered
1844818472 - status
18473+ - userId
18474+ - userName
18475+ - userPrimaryGroupId
1844918476 title : UserAccountGet
1845018477 UserAccountReject :
1845118478 properties :
You can’t perform that action at this time.
0 commit comments