Skip to main content

User management

Users are the foundation of your engagement strategy. Let's create your first user and learn how to retrieve their information.

Creating a user

To create a user, you need just a few essential fields: a unique identifier (uuid) and basic details like email and name.

Bash

Sample response:

JSON

Retrieving a user

Use the user's uuid from the creation response to retrieve their information:

Bash

This returns the complete user object.

Key fields explained

  • uuid: Your unique identifier for the user (often email or internal ID)
  • details.email: User's email address
  • details.firstName/lastName: User's name for personalization
  • id: Mambo's internal ID for API operations

Next steps

Now that you have a user, let's create some activities to start tracking their engagement!