POST
call to the Create a User endpoint. Be sure to replace MGMT_API_ACCESS_TOKEN
, CONNECTION_NAME
, EMAIL_VALUE
, PASSWORD_VALUE
, GIVEN_NAME_VALUE
, FAMILY_NAME_VALUE
, NAME_VALUE
, NICKNAME_VALUE
, and PICTURE
placeholder values with your Management API , initial connection name, email address, password, given name, family name, name, nickname, and picture URL, respectively.
Value | Description |
---|---|
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the create:users . |
CONNECTION_NAME | Name of the connection through which the initial user information was received. |
EMAIL_VALUE | Email address of the user to be created. |
PASSWORD_VALUE | Password of the user to be created. |
GIVEN_NAME_VALUE | Given name of the user to be created. |
FAMILY_NAME_VALUE | Family name of the user to be created. |
NAME_VALUE | Full name of the user to be created. |
NICKNAME_VALUE | Nickname of the user to be created. |
PICTURE_VALUE | URL of the picture for the user to be created. |