mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
11 lines
64 KiB
Markdown
11 lines
64 KiB
Markdown
# PostUsersSignInDataResponse
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `ContentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation | |
|
|
| `StatusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation | |
|
|
| `RawResponse` | [HttpResponseMessage](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage?view=net-5.0) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | |
|
|
| `UserPlexAccount` | [PostUsersSignInDataUserPlexAccount](../../Models/Requests/PostUsersSignInDataUserPlexAccount.md) | :heavy_minus_sign: | Returns the user account data with a valid auth token | {<br/>"adsConsent": true,<br/>"adsConsentReminderAt": "2019-08-24T14:15:22Z",<br/>"adsConsentSetAt": "2019-08-24T14:15:22Z",<br/>"anonymous": false,<br/>"authToken": "CxoUzBTSV5hsxjTpFKaf",<br/>"backupCodesCreated": false,<br/>"confirmed": false,<br/>"country": "US",<br/>"email": "username@email.com",<br/>"emailOnlyAuth": false,<br/>"experimentalFeatures": false,<br/>"friendlyName": "friendlyUsername",<br/>"entitlements": [],<br/>"guest": false,<br/>"hasPassword": true,<br/>"home": false,<br/>"homeAdmin": false,<br/>"homeSize": 1,<br/>"id": 13692262,<br/>"joinedAt": 1721154902,<br/>"locale": null,<br/>"mailingListActive": false,<br/>"mailingListStatus": "subscribed",<br/>"maxHomeSize": 15,<br/>"pastSubscriptions": [<br/>{<br/>"id": "string",<br/>"mode": "string",<br/>"renewsAt": "string",<br/>"endsAt": "1556281940",<br/>"canceled": "0",<br/>"gracePeriod": "0",<br/>"onHold": "0",<br/>"canReactivate": "0",<br/>"canUpgrade": "0",<br/>"canDowngrade": "0",<br/>"canConvert": "0",<br/>"type": "plexpass",<br/>"transfer": "string",<br/>"state": "ended",<br/>"billing": [<br/>{<br/>"internalPaymentMethod": "string",<br/>"paymentMethodId": "string"<br/>}<br/>]<br/>}<br/>],<br/>"pin": "string",<br/>"profile": [<br/>{<br/>"autoSelectAudio": true,<br/>"defaultAudioLanguage": "ja",<br/>"defaultSubtitleLanguage": "en",<br/>"autoSelectSubtitle": 1,<br/>"defaultSubtitleAccessibility": 1,<br/>"defaultSubtitleForced": 0,<br/>"watchedIndicator": 1,<br/>"mediaReviewsVisibility": 0<br/>}<br/>],<br/>"protected": false,<br/>"rememberExpiresAt": 1722364046,<br/>"restricted": false,<br/>"roles": [<br/>"string"<br/>],<br/>"scrobbleTypes": "",<br/>"services": [<br/>{<br/>"identifier": "metadata-dev",<br/>"endpoint": "https://epg.provider.plex.tv",<br/>"token": "DjoMtqFAGRL1uVtCyF1dKIorTbShJeqv",<br/>"secret": "string",<br/>"status": "online"<br/>}<br/>],<br/>"subscription": {<br/>"features": [<br/>"Android - Dolby Vision"<br/>],<br/>"active": true,<br/>"subscribedAt": "2021-04-12T18:21:12Z",<br/>"status": "Inactive",<br/>"paymentService": "string",<br/>"plan": "string"<br/>},<br/>"subscriptionDescription": "string",<br/>"subscriptions": [<br/>{<br/>"features": [<br/>"Android - Dolby Vision"<br/>],<br/>"active": true,<br/>"subscribedAt": "2021-04-12T18:21:12Z",<br/>"status": "Inactive",<br/>"paymentService": "string",<br/>"plan": "string"<br/>}<br/>],<br/>"thumb": "https://plex.tv/users/a4f43c1ebfde43a5/avatar?c=8372075101",<br/>"title": "UsernameTitle",<br/>"trials": [<br/>{}<br/>],<br/>"twoFactorEnabled": false,<br/>"username": "Username",<br/>"uuid": "dae343c1f45beb4f"<br/>} | |