---
title: "GET /api/support/users/{user_pk}/activity-policies/"
method: GET
path: "/api/support/users/{user_pk}/activity-policies/"
tags: ["support"]
---

# GET /api/support/users/{user_pk}/activity-policies/

`GET /api/support/users/{user_pk}/activity-policies/`

List the activity policies that apply to a user via their group memberships.

Resolves the same "which policies apply to this member" question the Admin
Console member-detail screen answers, but keyed on a user id for support
triage — each row carries the policy's ``assigned_groups`` (all groups it's
assigned to) and ``matching_groups`` (the subset the user belongs to that
make it apply). Spans every organization the user has an applicable policy
in; ``organization`` on each row disambiguates. Soft-deleted memberships are
excluded (``group_ids`` reflects active memberships only).

## Path parameters

- `user_pk` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

---

[API](https://skmtc.dev/pixiebrix/apis/pixiebrix-api.md) · [All operations](https://skmtc.dev/pixiebrix/apis/pixiebrix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixiebrix/pixiebrix-api/revisions/941ab9eb01d6/schema)
