BizKitHub
DocsAPI ReferenceMember/bff/member/permissions
getMemberAdmin BFF

/bff/member/permissions

Returns all permissions assigned to a specific member. Includes both direct permissions and role-based permissions. Each permission shows its source (direct assignment or via role). For pending invitations, returns the pre-granted permissions stored on the invitation row.

MembergetBffMemberPermissions

Parameters

1 query

Query parameters

· 1
idstringRequired

Identifier of the member (shop__contact.external_id for active members, pending-<token> for pending invitations).

Exampleexample_id

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/member/permissions

get
curl -X GET "https://api.bizkithub.com/bff/member/permissions?id=example_id" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key