list_roles
Retrieve OpenProject roles visible to the current user, with optional field selection and paging. Use this to discover role IDs and names for permission or assignment checks.
Instructions
List OpenProject roles visible to the current user.
select fields: id, name (see server instructions for select's general semantics). limit is capped at OPENPROJECT_MAX_PAGE_SIZE (default 50); pass the returned next_offset as the next call's offset to page past the cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| select | No |