---
title: "Get Default User Role"
method: GET
path: "/restapi/v1.0/account/{accountId}/user-role/default"
tags: ["Role Management"]
---

# Get Default User Role

`GET /restapi/v1.0/account/{accountId}/user-role/default`

Returns the default user role of the current account.

## Path parameters

- `accountId` string, required

## Response `200`

Default user role

- DefaultUserRole
  - `uri` string, uri — Link to a default role resource
  - `id` string — Internal identifier of a default role
  - `displayName` string — Custom name of a default role

---

[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)
