---
title: "List role assignments"
method: GET
path: "/Organizations/{OrganizationSid}/RoleAssignments"
tags: ["RoleAssignments"]
---

# List role assignments

`GET /Organizations/{OrganizationSid}/RoleAssignments`

List role assignments for the given organization

## Path parameters

- `OrganizationSid` string, OrganizationSid, required

## Query parameters

- `PageSize` integer
- `PageToken` string
- `Identity` string, Sid
- `Scope` string, Sid
- `ResourceType` string
- `ResourceId` string

## Response `200`

Returned list of role assignments

- PublicApiCreateRoleAssignmentResponsePage
  - `content` PublicApiRoleAssignmentResponse[] — Page content
    - `sid` string, IamRoleAssignmentSid — Twilio Role Assignment Sid representing this role assignment
    - `role_sid` string, IamRoleSid — Twilio Role Sid representing assigned role
    - `scope` string, Sid — Twilio Sid representing identity of this assignment
    - `identity` string, Sid — Twilio Sid representing scope of this assignment
    - `resource_type` string, nullable — The resource type for resource-level role assignments
    - `resource_id` string, nullable — The resource id for resource-level role assignments
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Other responses

- `400` — Bad request
- `403` — Unauthorized

---

[API](https://skmtc.net/twilio/apis/iam-organizations.md) · [All operations](https://skmtc.net/twilio/apis/iam-organizations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/iam-organizations/revisions/fff41bbd8220/schema)
