List all users with access to a business.
GET /api/v1/businesses/:businessId/users
Parameters
Path
| Name | Type | Required | Description |
|---|---|---|---|
businessId | string | Yes | The business ID |
Request example
Response
Returns an array of business user objects. Business user object:| Field | Type | Description |
|---|---|---|
id | string | Membership identifier |
userId | string | User identifier |
role | string | User’s role in the business |
status | string | Membership status |
createdAt | string | ISO 8601 timestamp |