---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.issues.v1.ListPossibleAssigneesRequest"></a>ListPossibleAssigneesRequest

**Source definition:** [`src/bitdrift/public/unary/issues/v1/issues.proto#L481-L506`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/issues/v1/issues.proto#L481-L506>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| search | <span class="proto-type proto-type-primitive">optional string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | Filter assignees by text match. |
| user_ids | <span class="proto-type proto-type-primitive">array of string</span><br><em class="proto-field-annotation">up to 100 items</em> | Filter assignees to those with matching user IDs. |
| offset | <span class="proto-type proto-type-primitive">optional uint32</span> | The starting offset for pagination. For example, set this to 10 to start  with the 10th record. Defaults to 0. |
| limit | <span class="proto-type proto-type-primitive">optional uint32</span><br><em class="proto-field-annotation">between 1 and 100</em> | The maximum number of items to return. The server returns at most  min(items.count, limit, 100) items. |

</section>
#### Example
```json
{
  "limit": 25,
  "offset": 1,
  "search": "jane"
}
```

