Skip to main content

Set the Account's name

POST 

/me/name

One-time name capture for accounts that have no name yet. Only the given name is required — a mononym is a real name.

Request

Request body

This endpoint expects an object in application/json.

    first_namestringrequired<= 64 characters

    The person's given name. The only required field.

    last_namestringnullable<= 64 characters

    The person's family name. Omit for a mononym.

Responses

Saved.