Compose Full Name

Compose a full name from its parts.

Query Params
string

The locale to be used for the composition.

Body Params
persons
array of objects
required
length ≥ 1

Array containing the person with the name to be composed. At least one person is required.

persons*
names
array of objects
required
length ≥ 1

Array of names for the person. At least one name is required.

names*
nameForms
array of objects
required
length ≥ 1

Array of name forms. At least one name form is required.

nameForms*
string

The language and script code for the name form (e.g., ru-Latn for Russian in Latin script, ru-Cyrl for Russian in Cyrillic script).

string

The full text of the name.

parts
array of objects

Array of name parts (e.g., given name, surname).

parts
Headers
string
enum
required

Specifies the media type(s) that the client is willing to accept in the response.

Allowed:
string
enum
required

Specifies the media type of the entity-body sent to the server in the request.

Allowed:
Responses
200

If the name was successfully composed from the provided name parts.

400

If there is a problem with the provided data about the name.

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here!