cURL
curl --request POST \ --url https://api.sandbox.immutable.com/passport-profile/v1/username \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>" } '
{ "username": "<string>" }
Update username for the authenticated user’s Passport wallet
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request to update username
The new username
3 - 18
OK
Username update response
Was this page helpful?