create_user
Create a user account in Overseerr/Jellyseerr by submitting the required user data. Use it to add users with permissions and settings.
Instructions
Create new user.
POST /api/v1/user
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |