cURL
curl --request POST \ --url https://api.kryptonfund.com/api/v1/set_username \ --header 'Content-Type: application/json' \ --data ' { "user_id": "123e4567-e89b-12d3-a456-426614174000", "username": "alice" } '
{}
Set or update the username for a user.
User's unique ID
"123e4567-e89b-12d3-a456-426614174000"
Desired username
"alice"
Success and new username
The response is of type Response Set Username Api V1 Set Username Post · object.
Response Set Username Api V1 Set Username Post · object