beel_get_member
Retrieve one member's details for an account by providing the account ID and the member's unique UUID.
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. |