March 2024

New Get User Email and Phone Number APIs

1min

Date: March 15, 2024

We are excited to announce the availability of two new User APIs: GetUserEmail and GetUserMobile. These APIs provide a convenient way to retrieve email addresses and mobile numbers associated with user accounts.

GetUserEmail API:

  • Endpoint: /api/v2/users/email
  • Method: GET
  • Description: Retrieve the email addresses of one or multiple users by providing their IDs.

GetUserMobile API:

  • Endpoint: /api/v2/users/mobile
  • Method: GET
  • Description: Retrieves the mobile numbers of one or multiple users providing their IDs.

For detailed documentation and usage examples, please refer to our API reference and Retrieve User guide.