Skip to main content
GET
/
businesses
/
me
/
users
List users for the current business
curl --request GET \
  --url https://api.leadping.ai/businesses/me/users
[
  {
    "id": "<string>",
    "userId": "<string>",
    "userName": "<string>",
    "userEmail": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "licenseBillingStatus": "<string>",
    "licenseRenewalDate": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

Returns the list of business user table row.

id
string

The unique ID for this business user.

userId
string

The user ID associated with this business user.

userName
string

The user name value for this business user.

userEmail
string | null

The user email value for this business user.

role
enum<string>

The role value for this business user.

Available options:
Owner,
Admin,
Agent
createdAt
string<date-time>

The date and time for the created at value on this business user.

licenseBillingStatus
string | null

The billing status for this user's business license.

licenseRenewalDate
string<date-time> | null

The renewal date used for this user's license proration.