Skip to main content

Create a recipient

PUT 

/users

Create a recipient

Request

Query Parameters

    email_address stringrequired

    The email address of the user to add

    admin booleanrequired

    Flag to indicate if the user is a domain admin or a regular user

    filter string

    Possible values: [true, false, compute]

    Whether or not to filter mail for this recipient. There are three valid values.

    • true - Filtering policy will be applied to messages intended for this recipient. If this would exceed the protected-addresses limit, return an error.
    • false - Filtering policy will not be applied to messages intended for this recipient.
    • compute (default) - Filtering policy will be applied to messages intended for this recipient. If this would exceed the protected-addresses limit, filtering policy will not be applied, and no error will be returned.

Body

    list_entries

    object

    safelist and blocklist entries to be added

    blocklist string[]
    safelist string[]

Responses

Returned in the case where the recipient already exists and in that case no changes will be made to the safe/block list entries.

Loading...