UserResponse
Type definition for UserResponse.
Type: Result
Parents:
- ClientFullResponse
- ClientResponse
- CommentResponse
- EditResponse
- EditSimpleResponse
- EditsTopResponse
- HistoryResponse
- NotificationResponse
| Property | Type |
|---|---|
reference | string |
updated | integer | null |
created | integer |
description | string | null |
username | string | null |
cover | string | null |
active | boolean |
avatar | string |
role | string |
Used in endpoints
- Update user
PATCH /admin/user/{username}as result - Resend activation link
POST /auth/activation/resendas result - Password reset request
POST /auth/password/resetas result - Change description
PUT /settings/descriptionas result - Set a email
PUT /settings/emailas result - Delete user image
DELETE /settings/image/{image_type}as result - Change password
PUT /settings/passwordas result - Change username
PUT /settings/usernameas result - Search Users
POST /user/listas result