POST
/
api
/
svc
/
v1
/
users
curl --request POST \
  --url https://{controlPlaneURL}/api/svc/v1/users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "emails": [
    "<string>"
  ],
  "dryRun": false
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

The users have been successfully pre-registered.

The response is of type object.