# Update numbers for email

Set the numbers for an email.

Endpoint: PUT /services/{serviceId}/emails/{email}
Version: 3.0
Security: BasicAuth, OAuth2

## Path parameters:

  - `serviceId` (string, required)
    The serviceId containing the email you want to work with.

  - `email` (string, required)
    The email you want to work with.

## Request fields (application/json):

  - `phoneNumbers` (array, required)
    List of numbers

  - `phoneNumbers.faxNumber` (string)
    A phone number in [E.164](https://community.sinch.com/t5/Glossary/E-164/ta-p/7537) format, including the leading '+'.

  - `phoneNumbers.permissions` (string)
    Allows you to set permissions for sending and receiving faxes to this email/phone number combination. Default value is both.
    Enum: "both", "send", "receive"

## Response 200 fields (application/json):

  - `email` (string, required)
    Example: "user@domain.com"

  - `phoneNumbers` (array, required)
    Numbers you want to associate with this email.

  - `projectId` (string)
    The Id of the project associated with the call.
    Example: "ae00f005-e392-44dc-b3f5-a657a2684dg3"

  - `createdAt` (string)
    The date and time the email configuration was created.

  - `updatedAt` (string)
    The date and time the email configuration was last updated.


