Reseller
Get Membership
Shows details on a single Membership associated with your account or organization.
get/v1/accounts/{account_id}/memberships/{id}
Path parameters
account_idinteger required
idinteger required
Membership ID within Huntress account
Response
Get Membership
Example response
{
"membership": {
"id": 1,
"permissions": "Read-only",
"account": {
"id": 1234,
"name": "Exemplary Accounting, LLC"
},
"organization": {
"id": 5678,
"name": "Organic Zations"
},
"user": {
"id": 90210,
"email": "little_bobby@example.com",
"name": "Robert Tables"
},
"created_at": "2026-01-22 01:07:08 UTC",
"updated_at": "2026-01-22 01:07:08 UTC"
}
}