To have better user observability, you can create new users through our User Creation endpoint or update exsiting users through User Update endpoint.

User creation

Use the User Creation endpoint instead of our other endpoints
url = "https://api.keywordsai.co/api/users/create/"

For more inforation about customer_identifier, check out the parameter here

User update

Update existing users to have better user observability.

Update users on the platform

You can update user’s name and email on the platform. Go to the Users page and click on the user you want to update. Type user’s name and email in the corresponding fields.

Users Page data

Update users through API

Use the User Update endpoint. instead of our other endpoints
url = "https://api.keywordsai.co/api/user/update/some_customer_identifier"