Create alias for an existing provider

Add an alias for the specified provider.

Request
path Parameters
providerId
required
string <uuid>
Request Body schema: application/json
firstName
required
string non-empty

The first (given) name of this alias.

lastName
required
string non-empty

The last (family) name of this alias.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

post/providers/{providerId}/info/aliases
Request samples
application/json
{
  • "firstName": "string",
  • "lastName": "string"
}
Response samples
application/json
{
  • "firstName": "string",
  • "lastName": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}