Create email for an existing provider

Add an email for the specified provider.

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

The email associated with the provider.

type
required
string

The type of the email.

Enum: "Unspecified" "Personal" "Work"
Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

post/providers/{providerId}/info/emails
Request samples
application/json
{
  • "email": "string",
  • "type": "Unspecified"
}
Response samples
application/json
{
  • "email": "string",
  • "type": "Unspecified",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}