Managing Users
Users are at the core of everything Engage provides. The following sections will help you understand how to manage users, their attributes, and segments within the Engage platform.
Creating Users
To create a user, use the Create User API. This allows you to create a new user profile in the Engage system.
tip
This is typically done when a new user registers or logs into your application.
To try it out in the console, you can use the Create User button in the Users section of the dashboard. This will open a form where you can enter the user's details, including:
- User ID: A unique identifier for the user. This should be unique and not contain spaces or special characters. This is used internally between Engage and your application.
- Profile Data: Additional key/value pairs that you want to associate with the user. This could include name, email, and other relevant information.
Delete a User
To delete a user, use the Delete User API. This will remove the user from the Engage system.