|
|
@ -16250,6 +16250,11 @@ |
|
|
|
"description": "User represents a user", |
|
|
|
"description": "User represents a user", |
|
|
|
"type": "object", |
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"properties": { |
|
|
|
|
|
|
|
"active": { |
|
|
|
|
|
|
|
"description": "Is user active", |
|
|
|
|
|
|
|
"type": "boolean", |
|
|
|
|
|
|
|
"x-go-name": "IsActive" |
|
|
|
|
|
|
|
}, |
|
|
|
"avatar_url": { |
|
|
|
"avatar_url": { |
|
|
|
"description": "URL to the user's avatar", |
|
|
|
"description": "URL to the user's avatar", |
|
|
|
"type": "string", |
|
|
|
"type": "string", |
|
|
@ -16306,6 +16311,11 @@ |
|
|
|
"type": "string", |
|
|
|
"type": "string", |
|
|
|
"x-go-name": "UserName" |
|
|
|
"x-go-name": "UserName" |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"prohibit_login": { |
|
|
|
|
|
|
|
"description": "Is user login prohibited", |
|
|
|
|
|
|
|
"type": "boolean", |
|
|
|
|
|
|
|
"x-go-name": "ProhibitLogin" |
|
|
|
|
|
|
|
}, |
|
|
|
"restricted": { |
|
|
|
"restricted": { |
|
|
|
"description": "Is user restricted", |
|
|
|
"description": "Is user restricted", |
|
|
|
"type": "boolean", |
|
|
|
"type": "boolean", |
|
|
|