Parameters
1 query
Query parameters
· 1idstringRequiredIdentifier of the member. For active members it is shop__contact.external_id; for pending invitations it is pending-<token>.
Example
example_idReturns 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.
1 query
idstringRequiredIdentifier of the member. For active members it is shop__contact.external_id; for pending invitations it is pending-<token>.
example_id1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/member/detail
curl -X GET "https://api.bizkithub.com/bff/member/detail?id=example_id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.