{{token}} variable must be set in your active environment before sending this request.Content-Type: application/json).| Field | Type | Description |
|---|---|---|
em | string | The new email address for the user |
unm | string | The new username for the user |
{
"em": "user@example.com",
"unm": "username"
}{{baseUrl}} and {{token}} variables are configured in your environment before sending the request.Authorization: Bearer ********************curl --location --request PUT 'https://api.kickbase.com/v4/user/settings' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"em": "user@example.com",
"unm": "username"
}'{}