Search all ownership assignments for a given user across apps, resources, and entitlements.
Documentation Index
Fetch the complete documentation index at: https://conductorone-groman-network-requirements-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
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.
Filter results to only include these ownership types. If empty, all types are returned.
USER_OWNERSHIP_TYPE_UNSPECIFIED, USER_OWNERSHIP_TYPE_APP, USER_OWNERSHIP_TYPE_RESOURCE, USER_OWNERSHIP_TYPE_ENTITLEMENT Maximum number of results to return per page.
Pagination token from a previous response.
The ID of the ConductorOne user whose ownership to search.
The SearchUserOwnershipResponse message contains a paginated list of ownership entries.