---
title: Modify a user account
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-users-_id_
---

# Modify a user account

Change a user’s role, app visibility information, or other account details.

## URL

PATCH https://api.appstoreconnect.apple.com/v1/users/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 409 Conflict: The provided resource data is not valid. 422 : 429 :

## See Also

### Modifying and Removing User Accounts

- [Remove a user account](appstoreconnectapi/delete-v1-users-_id_.md)
