Skip to main content
GET
/
businesses
/
me
/
users
Gets users assigned to the authenticated user's 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"
  }
]

Documentation Index

Fetch the complete documentation index at: https://leadping.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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>

Defines the supported Business User Role values.

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

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