---
title: "Edit User Access"
method: POST
path: "/organization/edit/multi-user-access/{multiuser_id}/{organization_id}/"
tags: ["organization"]
---

# Edit User Access

`POST /organization/edit/multi-user-access/{multiuser_id}/{organization_id}/`

## Path parameters

- `multiuser_id` integer, required
- `organization_id` integer, required

## Request body

- MultiUserAccessUpdateSchema
  - `organization_id` integer, nullable
  - `email` string, email, nullable
  - `full_name` string, nullable
  - `event_id` integer[], nullable
  - `permission_ids` unknown[], nullable
    - unknown
  - `mobile_number` string, nullable
  - `country_code` string, nullable
  - `country_name` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/myticketpartner/apis/fastapi.md) · [All operations](https://skmtc.dev/myticketpartner/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myticketpartner/fastapi/revisions/b574a0cabefe/schema)
