Rename a user
POST
/admin/users/{username}/rename
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”username
required
string
Existing username of user
Request Body
Section titled “Request Body”RenameUserOption options when renaming a user
object
new_username
required
New username for this user. This name cannot be in use yet by any other user.
string
Examplegenerated
{ "new_username": "example"}RenameUserOption options when renaming a user
object
new_username
required
New username for this user. This name cannot be in use yet by any other user.
string
Responses
Section titled “Responses”APIEmpty is an empty response
Media typeapplication/json
APIForbiddenError is a forbidden error response
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}APIValidationError is error format response related to input validation
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}