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

# Set Default User Role

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

Updates the account default user role.

## Path parameters

- `accountId` string, required

## Request body

- DefaultUserRoleRequest
  - `id` string — Internal identifier of a user role to be set as default

## Response `200`

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