Last updated 1 month ago
Was this helpful?
You can push maximum 100 entries per API batch.
{ "users":[ { "email":"user1@signitic.fr", "firstname":"Johanna", }, { "email":"user2@signitic.fr", "jobtitle":"Internship", } ] }
/users
curl -L \ --request POST \ --url 'https://api.signitic.app/users' \ --header 'x-api-key: text' \ --header 'Content-Type: application/json' \ --data '{ "users": [] }'
{}