SignupUser

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

If you want to offer the ability for your consumers to create a registry account, you can use the SignupUser endpoint. This API endpoint will

  • Create a new registry user in MyRegistry.com with the details provided if there is not already another account with the same user details.
  • If a user already exists, the account is created as a co registration account.

The registry ID is returned in the response when a registration is successful.

This APIs is designed for server-to-server communication only, attempting to call the APIs directly from JavaScript in a browser will fail.

Body Params
string
required

User’s email address

integer
enum
required

Enumeration for the Type of Registry
Wedding = 0, Baby = 1, Lifestyle = 2, Organization = 3, SmallBusiness = 4

Allowed:
string

Name/Title given by user to their registry

string
required

User’s first name

string
required

User's last name

string

In case of wedding registry, User’s partner’s first name

string

In case of wedding registry, User’s partner’s last name

date

Date of the event for which registry is created
Mandatory for any registry type other than WishList

string

Location of the content

string

Campaign Id of Merchant

string

If it is in-store signup, the store Id where user was signed up
Given storeId must exist.

string

Street address line 1 of User’s address

string

Street address line 2 of User’s address

string

City of User’s address

string

State of User’s address

string

Zipcode of User’s address

string

Country of User’s address
Must be a valid Alpha-2 country code

string

User’s Phone Number

string

Culture code (Language and Country) – e.g. en-US

boolean

Flag for promo emails being enabled for the user

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json