# Get all roles **GET /api/v2/roles** Returns all roles for the authenticated firm. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[name]** (string) Filter by name (partial match). - **sort** (string) Field to sort by. Valid fields are [name, created_at, updated_at]. Negative sign for DESC. - **per_page** (integer) Number of results per page (Default 15. Max 500). ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)