Logo
ActiveCampaign Developer Relations API Documentation

Update a User

PUT {{yourAccountUrl}}/api/3/users/:userId

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status





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

ENDPOINTS