/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
Query · 1
idstringRequiredIdentifier of the member. For active members it is shop__contact.external_id; for pending invitations it is pending-<token>.
Request
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"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.