DocsAPI ReferenceMember/bff/member/detail
getMemberAdmin BFF

/bff/member/detail

Returns detailed information about a specific organisation member. Includes user profile data, contact information, activity status, and timezone settings. Pending invitations are also supported — pass pending-<token> as the id.

MembergetBffMemberDetail

Parameters

1 query

1 total
Query · 1
idstringRequired

Identifier of the member. For active members it is shop__contact.external_id; for pending invitations it is pending-<token>.

Request

GET /bff/member/detail

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

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key