---
title: "Assign Paging Group Users and Devices"
method: POST
path: "/restapi/v1.0/account/{accountId}/paging-only-groups/{pagingOnlyGroupId}/bulk-assign"
tags: ["Paging Only Groups"]
---

# Assign Paging Group Users and Devices

`POST /restapi/v1.0/account/{accountId}/paging-only-groups/{pagingOnlyGroupId}/bulk-assign`

Adds and/or removes paging group users and devices.

## Path parameters

- `accountId` string, required
- `pagingOnlyGroupId` string, required

## Request body

- EditPagingGroupRequest
  - `addedUserIds` string[] — List of users that will be allowed to page a group specified
  - `removedUserIds` string[] — List of users that will be disallowed to page a group specified
  - `addedDeviceIds` string[] — List of account devices that will be assigned to a paging group specified
  - `removedDeviceIds` string[] — List of account devices that will be unassigned from a paging group specified

## Response `200`

Assigned paging only groups/devices information

---

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