beel_get_member
Retrieves a specific member's details by account ID and member UUID, returning the same structure as the list endpoint. Use it to fetch individual member information.
Instructions
Returns one member of the account, with the same shape the list returns.
Endpoint: GET /v1/accounts/{account_id}/members/{member_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member_id | Yes | Membership unique UUID. | |
| account_id | Yes | Your own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets. |