---
title: "Get Membership"
method: GET
path: "/v1/accounts/{account_id}/memberships/{id}"
tags: ["Reseller"]
---

# Get Membership

`GET /v1/accounts/{account_id}/memberships/{id}`

Shows details on a single Membership associated with your account or organization.

## Path parameters

- `account_id` integer, required
- `id` integer, required

## Response `200`

Get Membership

- object
  - `membership` Membership — Membership model
    - `id` integer — A unique identifier for this membership. Note that this is _not_ the id of the user, account, etc. Instead, it identifies this specific relationship, which can be used to modify or delete the membership.
    - `permissions` 'Admin' | 'Security Engineer' | 'User' | 'Read-only' | 'Finance' | 'Marketing' | 'Admin-Read-only' | 'Provisioner' — The specific level of permissions that have been granted to this user in the context of this membership.
    - `account` unknown
    - `organization` unknown
    - `user` unknown
    - `created_at` string — The time and date that this membership was created.
    - `updated_at` string — The time and date that this membership was last updated.

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

[API](https://skmtc.net/huntress/apis/huntress-api-reference.md) · [All operations](https://skmtc.net/huntress/apis/huntress-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huntress/huntress-api-reference/revisions/94acb422c07d/schema)
