Get the authenticated user’s role in a business.
GET /api/v1/businesses/:businessId/me
Parameters
Path
| Name | Type | Required | Description |
|---|---|---|---|
businessId | string | Yes | The business ID |
Request example
Response
Response schema
| Field | Type | Description |
|---|---|---|
role | string | User’s role in this business |
status | string | User’s membership status |