@xfloor-memory-sdk
    @xfloor-memory-sdk
    • Get Started
      • Overview
      • Quick Start
      • Authentication and Identification
      • Core Concepts (5-Minute Read)
      • What to Use First (API Map)
    • SDK
      • Overview
      • SDK Installation & Setup
      • Python SDK
      • JavaScript SDK
      • Typescript SDK
      • Java SDK
      • FAQ & Troubleshooting
      • Copy-Paste Debug Checklists
    • Core FloorMemory
      • Query (Primary API)
        POST
      • Create Event (Post Content)
        POST
      • Recent Events
        GET
      • Basic information of a floor
        GET
    • Floor Management
      • Edit floor
      • Make floor Private
      • Make floor public
      • Rename floor
    • Registration
      • Sign Up
      • Sign In with email ID
      • Sign In with Mobile number
      • Validation
      • Change Password
      • Reset Password
      • Change email ID
      • Change Mobile number
      • Send Validation code
      • External User Registration
    • SDKs
    • Schemas
      • PostAdd
      • QueryResponse
      • Media
      • UserDetails
      • SignUpResponse
      • BlockDetails
      • FloorInfo
      • Threads
      • EventResponse
      • 400ErrorCode
      • Remaining

    UserDetails

    {
        "profile": {
            "floor_id": "string",
            "floor_count_info": {
                "permitted": "string",
                "remaining": "string"
            },
            "block_count_info": {
                "permitted": "string",
                "remaining": "string"
            },
            "FID": "string",
            "name": "string",
            "email": "string",
            "mobile_number": "string",
            "user_id": "string",
            "avatar": {
                "url": "string",
                "id": "string"
            }
        },
        "pod_info": {
            "floor_id": "string",
            "is_owner": "string",
            "app_id": "string",
            "title": "string",
            "details": "string",
            "floor_uid": "string",
            "blocks": [
                {
                    "block_id": "string",
                    "type": "string",
                    "title": "string"
                }
            ],
            "avatar": {
                "url": "string",
                "type": "string"
            }
        },
        "app_id": "string"
    }
    Built with