# User roles

The permissions grouped by a \"Role\", that can be assigned to a user

## Get all the users

 - [GET /roles/{offset}/{amount}](https://docs.transportial.com/apis/user-roles/handle_362.md): Get all users

## Search all the roles

 - [POST /roles/{offset}/{amount}](https://docs.transportial.com/apis/user-roles/handle_14.md): Search all the roles based on search parameters

## Update role

 - [PUT /role](https://docs.transportial.com/apis/user-roles/handle_374.md): Update an existing role

## Create role

 - [POST /role](https://docs.transportial.com/apis/user-roles/handle_404.md): Create a new role

## Delete role

 - [DELETE /role](https://docs.transportial.com/apis/user-roles/handle_347.md): Delete an existing role

