# Create alias for an existing provider Add an alias for the specified provider. Endpoint: POST /providers/{providerId}/info/aliases Version: 26.2.0.4309 Security: Bearer ## Path parameters: - `providerId` (string, required) ## Request fields (application/json): - `firstName` (string, required) The first (given) name of this alias. - `lastName` (string, required) The last (family) name of this alias. ## Response 201 fields (application/json): - `firstName` (string) The first (given) name of this alias. - `lastName` (string) The last (family) name of this alias. - `id` (string) Unique identifier for this alias. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields