create_users_signin
Authenticate a Plex user by sending credentials to the sign-in endpoint. Resolves login issues by returning user data for successful or failed sign-in attempts.
Instructions
Get User Sign In Data.
POST /users/signin
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 |