Skip to main content
POST
/
{app_id}
/
users
/
import
Import users
curl --request POST \
  --url https://{defaultHost}/{app_id}/users/import \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Authorization: <api-key>'
{
  "errors": [
    {
      "email": "<string>",
      "error": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

Response

successful

errors
object[]

Array of errors for failed user imports