Profile

Change user login

Change the current user login to a new one.

patch/v1/profile/change-login

Request body

new_loginstring required

User login for registration

Example request

{
  "new_login": "username"
}

Response

Response for status 200

successboolean required

Indicates if the operation was successful

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.