Houzez REST API
  1. Users
Houzez REST API
  • Properties
    • Properties
      GET
    • Search Properties
      GET
    • Single Property
      GET
    • Add New Property
      POST
    • Delete Property
      DELETE
    • Update Property
      PUT
    • Get Types
      GET
    • Get Status
      GET
    • Get Labels
      GET
    • Get Features
      GET
    • Get Countries
      GET
    • Get States
      GET
    • Get Cities
      GET
    • Get Areas
      GET
    • Similar Properties
      GET
    • Add/Remove Property to Favorite
      POST
    • Property Contact
      POST
    • Property Reviews
      GET
    • Add Review
      POST
    • Review likes/dislikes
      POST
    • Save Search
      POST
    • Delete Saved Search
      DELETE
    • Get Saved Searches
      GET
  • Agents
    • Agents
    • Search Agents
    • Single Agent
    • Agent Properties
    • Agent Categories
    • Agent Cities
    • Contact Realtor
    • Agent Reviews
    • Add Review
    • Review likes/dislikes
  • Agencies
    • Agencies
    • Single Agency
    • Agency Agents
    • Agency Properties
    • Agency Reviews
    • Add Review
    • Review likes/dislikes
  • Authentication
    • Register
    • Login
    • Reset Password
    • Validate Token
    • Token
    • Logout
  • Users
    • Get Profile
      GET
    • Favorite Properties
      GET
    • Update Profile
      PUT
    • Delete Profile
      DELETE
    • My Properties
      GET
    • Upload Profile Picture
      POST
    • Get Profile by ID
      GET
    • Get All Users
      GET
    • Property Actions
      POST
    • Approve Property
      POST
    • Disapprove Property
      POST
    • Put on Hold Property
      POST
    • Put Property Live
      POST
    • Mark Sold Property
      POST
    • Invoices
      GET
    • Single Invoice
      GET
    • Delete Invoice
      DELETE
    • Saved Searches - Deprecated
      GET
    • Package Info
      GET
  • Media
    • Get Media
    • Upload Media
    • Delete Media
    • Update Media
  • member ship package
    GET
  • cancel membership
    POST
  • payments packages
    GET
  • Create Notification
    POST
  • Facebook Login
    POST
  • Google Login
    POST
  • social/config
    GET
  • notifications
    GET
  • malaysia login
    POST
  • Untitled Endpoint
    POST
  1. Users

Property Actions

Developing
POST
/houzez-api/v1/users/property-actions
Last modified:2025-03-01 21:01:46
Perform property actions like approve, disapprove etc only for admin

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200Success
application/json
Body

Example
{
    "success": true,
    "data": {
        "user_id": 0,
        "email": "string",
        "username": "string",
        "display_name": "string",
        "first_name": "string",
        "last_name": "string",
        "avatar_url": "string",
        "phone": "string",
        "mobile": "string",
        "whatsapp": "string",
        "properties_count": "string",
        "favorites": "string",
        "role": "string"
    }
}
Modified at 2025-03-01 21:01:46
Previous
Get All Users
Next
Approve Property
Built with