<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/list-roles
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# List roles

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List roles"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/roles"}
  context={"endpoint"}
>
  
</MethodEndpoint>



The roles defined in this account, for use as `role_id` when creating or
updating an agent.

Read-only. Roles decide what a *person* can reach in the console, and editing
that matrix from a machine credential is the kind of privilege change that
should leave a human's fingerprints on it.

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-roles.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-roles.StatusCodes.json")}
>
  
</StatusCodes>
