# Error: HTTP 422 Unprocessable Entity when inviting a user or processing a subscription

This error can during the manual invite process of a user or during the checkout process when a user selects a plan and goes through the checkout flow. The error happens because Plex could not add a user to your Plex server. Here are some of the reason why that may happen:

* Your libraries are out of date. If you recently made changes to your Plex servers or libraries and they did not sync to Streams Manager, the error will occur because invitation will reference a library that does not exist or has changed. Run a server sync on Servers panel to resolve the issue.
* Ensure that your server machine ID did not change. See [this article](https://streamsmanager.gitbook.io/streams-manager/troubleshooting/plex/error-error-communicating-with-plex-401).
* Your server is full. If your server has 99 users (including fiends and managed/home users), no more users can be added.
* You are trying to invite a user that is already in your Plex home.

If the error occurred during the checkout process of a recurring PayPal subscription, you will have to resolve the issue manually as PayPal subscription will likely have succeeded but user was not given Plex access.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://streamsmanager.gitbook.io/streams-manager/troubleshooting/plex/error-http-422-unprocessable-entity-when-inviting-a-user-or-processing-a-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
