Profile

GET /scope/account/user

Query parameters

  • id string Required

Responses

GET /scope/account/user
curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/scope/account/user?id=string'
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": {
    "avatar": "string",
    "id": "string",
    "details": {
      "image": "string",
      "category": "string",
      "gender": "string",
      "rating": 42.0,
      "status": "SUSPENDED",
      "role": "USER",
      "messaging_token": "string"
    },
    "active": {
      "id": 42,
      "status": "ONLINE",
      "address": "string",
      "latitude": 42.0,
      "longitude": 42.0,
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "place_id": "string"
    },
    "organization": {
      "name": "string",
      "logo": "string",
      "description": "string",
      "address": "string",
      "contact": "string",
      "category": "string",
      "image": "string",
      "admin": {
        "id": "string",
        "firstName": "string",
        "lastName": "string",
        "name": "string",
        "emailAddress": "string",
        "avatar": "string",
        "role": "USER",
        "category": "string",
        "rating": 42.0,
        "image": "string",
        "status": "SUSPENDED",
        "createdAt": "2025-05-04T09:42:00Z",
        "updatedAt": "2025-05-04T09:42:00Z"
      },
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z"
    },
    "additional": {
      "id": 42,
      "city": "string",
      "state": "string",
      "country": "string",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "street_address": "string",
      "landmark": "string",
      "surety_status": "string",
      "surety_first_name": "string",
      "surety_last_name": "string",
      "surety_email": "string",
      "surety_phone_number": "string",
      "surety_address": "string"
    },
    "delete": {
      "id": "string",
      "status": "OPENED",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z"
    },
    "device": {
      "state": "string",
      "country": "string",
      "name": "string",
      "device": "string",
      "host": "string",
      "ip_address": "string",
      "operating_system": "string",
      "operating_system_version": "string",
      "local_host": "string"
    },
    "setting": {
      "id": 42,
      "gender": "MALE",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "show_only_verified": true,
      "show_only_certified": true
    },
    "verification": {
      "status": "REQUESTED",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "use_of_data_consent": "NONE",
      "trip_consent": "NONE",
      "manner_consent": "NONE",
      "regulation_consent": "NONE",
      "liability_consent": "NONE",
      "user_data_status": "REQUESTED"
    },
    "years": [
      42
    ],
    "skills": [
      {
        "id": 42,
        "skill": "string",
        "created_at": "2025-05-04T09:42:00Z",
        "updated_at": "2025-05-04T09:42:00Z"
      }
    ],
    "first_name": "string",
    "last_name": "string",
    "email_address": "string",
    "created_at": "2025-05-04T09:42:00Z",
    "updated_at": "2025-05-04T09:42:00Z",
    "account_created_at": "string",
    "account_updated_at": "string",
    "profile_created_at": "string",
    "profile_updated_at": "string",
    "email_confirmed_at": "string",
    "password_updated_at": "string",
    "last_signed_in": "string",
    "app_rating": {
      "id": 42,
      "rating": 42.0,
      "comment": "string",
      "app": "string",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z"
    },
    "phone_information": {
      "country": "string",
      "number": "string",
      "created_at": "2025-05-04T09:42:00Z",
      "updated_at": "2025-05-04T09:42:00Z",
      "country_code": "string",
      "iso_code": "string"
    }
  }
}