1. ACCOUNT USER
X Lead Main
  • Overview
  • API Key Integration
  • ACCOUNT
    • Get Account
      GET
  • ACCOUNT USER
    • Get User List
      GET
    • Get User
      GET
    • Get User ID
      POST
    • Create User
      POST
    • Update User
      POST
    • Delete User
      DELETE
  • FORM USER
    • Get User List
      GET
    • Get User (Coming Soon)
      GET
    • Create User
      POST
  1. ACCOUNT USER

Get User ID

POST
https://api.main.xleadfunnel.com/v1/account-users/get-user-id
To get User ID for a particular user with his email and/or country_code + mobile.

Request

Body Params application/json

Example
// Example 1 – Get user id by email
{
    "email": "peter.chan7@gmail.com"
}

// Example 2 – Get user id by mobile
{
    "country_code": "852",
    "mobile": "98765432"
}

Responses

🟢200Success
application/json
Bodyapplication/json

Examples
{
    "rc": 100,
    "rm": "OK",
    "user_id": "65857c9x2bvc2496ca2ba28f"
}
Modified at 2026-06-10 06:51:20
Previous
Get User
Next
Create User
Built with