Update current user

View as Markdown
Update details of the current authenticated user.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Current user details to update.
active_account_idstringRequired
ID of the account to set as active.

Response

Current user successfully updated.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error