Skip to main content
POST
/
api
/
v1
/
user
/
get_company_user
curl --location 'http://fssportal.com/api/v1/user/get_company_user' \
--header 'X-API-Token: YOUR_API_TOKEN' \
--header 'Content-Type: application/json'
{
  "message": "Success.",
  "data": [
    {
      "id": 717,
      "name": "Nathan Eldridge iPhone",
      "phone_no": null,
      "profile_image": "http://localhost/fss/public/uploads/profile_image/",
      "email": "netest26@test.com"
    },
    {
      "id": 718,
      "name": "Nathan Eldridge iPad",
      "phone_no": null,
      "profile_image": "http://localhost/fss/public/uploads/profile_image/",
      "email": "ipadtest26@test.com"
    },
    {
      "id": 719,
      "name": "Kelly Eldridge iPhone",
      "phone_no": null,
      "profile_image": "http://localhost/fss/public/uploads/profile_image/",
      "email": "ketest26@test.com"
    }
  ]
}

Endpoint

POST /api/v1/user/get_company_user
This endpoint requires authentication

Headers

X-API-Token
string
required
Your API access token. You can also set this globally in the API playground.
platform
string
required
The platform making the request: WEB, IOS, or ANDROID.

Request Body

No request body required.

Response

message
string
message
data
array
data
curl --location 'http://fssportal.com/api/v1/user/get_company_user' \
--header 'X-API-Token: YOUR_API_TOKEN' \
--header 'Content-Type: application/json'
{
  "message": "Success.",
  "data": [
    {
      "id": 717,
      "name": "Nathan Eldridge iPhone",
      "phone_no": null,
      "profile_image": "http://localhost/fss/public/uploads/profile_image/",
      "email": "netest26@test.com"
    },
    {
      "id": 718,
      "name": "Nathan Eldridge iPad",
      "phone_no": null,
      "profile_image": "http://localhost/fss/public/uploads/profile_image/",
      "email": "ipadtest26@test.com"
    },
    {
      "id": 719,
      "name": "Kelly Eldridge iPhone",
      "phone_no": null,
      "profile_image": "http://localhost/fss/public/uploads/profile_image/",
      "email": "ketest26@test.com"
    }
  ]
}

Notes

  • Authentication is required