Logo
ActiveCampaign Developer Relations API Documentation

Create User

POST {{yourAccountUrl}}/api/3/users

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Api-Token
string Your ActiveCampaign API Token




RESPONSES

status





Curl
curl -X POST '/api/3/users' -H 'Api-Token: yourApiKey' -d '{"user":{"username":"jdoe2","firstName":"John","lastName":"Doe","email":"johndoe2@example.com","password":"myPa$$w0rd","group":3}}'

ENDPOINTS