+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Create a User Account

Sie sind hier:

 

Create a User Account

POST https://api.maileon.com/partner/settings/users?key={key}&nl_account_id={newsletterAccountId}

Description: Create a user account.

Parameters:
– key: apikey
– nl_account_id: int // the id of the newsletter account

Entity:
– email: string
– first_name: string (optional)
– last_name: string (optional)
– locale: string (optional, de, en, fr, …)
– theme: string (optional, the theme key can be found by checking the corresponding dropdown in the UI)

Returns:
– id: string (the ID of the created user, this should be the email address)

Example:

{"email": "max.mustermann@xqueue.de", "first_name": "Max", "last_name": "Mustermann"}

Example response:

{
id: "max.mustermann@xqueue.de"
}

Inhaltsverzeichnis