---
title: "Search User Ownership"
method: POST
path: "/api/v1/search/user-ownership"
tags: ["App"]
---

# Search User Ownership

`POST /api/v1/search/user-ownership`

Search all ownership assignments for a given user across apps, resources, and entitlements.

## Request body

- C1ApiAppV1SearchUserOwnershipRequest — Search for all ownership assignments for a given user. Returns apps, resources, and entitlements the user owns, each tagged with a UserOwnershipType discriminator. Filter by ownership_types to restrict results to specific kinds of ownership.
  - `ownershipTypes` string[], nullable — Filter results to only include these ownership types. If empty, all types are returned.
  - `pageSize` integer — Maximum number of results to return per page.
  - `pageToken` string — Pagination token from a previous response.
  - `userId` string — The ID of the ConductorOne user whose ownership to search.

## Response `200`

The SearchUserOwnershipResponse message contains a paginated list of ownership entries.

- C1ApiAppV1SearchUserOwnershipResponse — The SearchUserOwnershipResponse message contains a paginated list of ownership entries.
  - `list` C1ApiAppV1UserOwnershipEntry[], nullable — The list of ownership entries for the requested user.
    - `appDisplayName` string — The app display name.
    - `appId` string — The app ID.
    - `entitlementDisplayName` string — The entitlement display name, if applicable.
    - `entitlementId` string — The entitlement ID, if applicable.
    - `ownershipType` 'USER_OWNERSHIP_TYPE_UNSPECIFIED' | 'USER_OWNERSHIP_TYPE_APP' | 'USER_OWNERSHIP_TYPE_RESOURCE' | 'USER_OWNERSHIP_TYPE_ENTITLEMENT' — The type of ownership.
    - `resourceDisplayName` string — The resource display name, if applicable.
    - `resourceId` string — The resource ID, if applicable.
    - `resourceTypeId` string — The resource type ID, if applicable.
  - `nextPageToken` string — Pagination token for the next page of results. Empty when there are no more results.

---

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