---
title: "Get Standard User Role"
method: GET
path: "/restapi/v1.0/dictionary/user-role/{roleId}"
tags: ["Role Management"]
---

# Get Standard User Role

`GET /restapi/v1.0/dictionary/user-role/{roleId}`

Returns a standard user role by ID.

## Path parameters

- `roleId` string, required

## Response `200`

Standard user role information

- RoleResource
  - `uri` string, uri — Link to a role resource
  - `id` string — Internal identifier of a role
  - `displayName` string — Dispayed name of a role
  - `description` string — Role description
  - `siteCompatible` boolean — Site compatibility of a user role
  - `custom` boolean — Specifies if a user role is custom
  - `scope` 'Account' | 'AllExtensions' | 'Federation' | 'Group' | 'NonUserExtensions' | 'RoleBased' | 'Self' | 'UserExtensions' — Specifies resource for permission
  - `hidden` boolean
  - `lastUpdated` string, date-time
  - `permissions` PermissionIdResource[]
    - `uri` string, uri
    - `id` string
    - `siteCompatible` 'Compatible' | 'Incompatible' | 'Independent' — Site compatibility flag set for permission
    - `readOnly` boolean — Specifies if the permission is editable on UI (if set to `true`) or not (if set to `false`)
    - `assignable` boolean — Specifies if the permission can be assigned by the account administrator
    - `permissionsCapabilities` PermissionsCapabilities — Advanced permissions capabilities. Returned if `advancedPermissions` query parameter is set to `true`.
      - `enabled` boolean — Specifies whether the user is enabled with the listed permission or not
      - `manageEnabled` boolean — Specifies if the user can manage the listed permission and is allowed to enable it on other users
      - `grantEnabled` boolean — Specifies if the users who were enabled with the listed permission can grant it further to other users

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
