---
title: "Update Member Permissions"
method: POST
path: "/v1/organizations/{organizationId}/members/{userId}"
tags: ["Members"]
---

# Update Member Permissions

`POST /v1/organizations/{organizationId}/members/{userId}`

This endpoint updates the permissions of a Member identified by the `userId`. 
This endpoint can also be used to move a Member between Permission Groups within a Product.
Only a single Permission Group can be set per Product.

## Path parameters

- `organizationId` string, uuid, required
- `userId` string, required

## Request body

- UpdateMemberPermissionsRequest
  - `permissionGroupIds` integer[], nullable — List of Permission Group identifiers to where the Member should be added.
  - `isAdmin` boolean, nullable — Indicates that the member must be Organization Admin.
  - `isBillingManager` boolean, nullable — Indicates that the member must be Billing Manager.
  - `removeFromPermissionGroupsWhereIdNotSet` boolean — When `true`, the member will be removed from those Permission Groups that are not listed in the `permissionGroupIds` field.

## Response `200`

When the update was successful.

## Other responses

- `400` — Bad request.
- `404` — Not found.
- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

[API](https://skmtc.net/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.net/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/revisions/6b4d53bc1455/schema)
