- Welcome 👋
- Get Started
- 水合失败
- Authorization
- Webhooks
- Conditional Webhooks
- Security Considerations
- Multi-Language Support
- Responses
- Pagination
- Rate Limiting
- Versioning
- Change Log
- Support
- 测试
- APIs
- Orders
- Order Status
- Order Histories
- Abandoned Carts
- Order Tags
- Order Invoice
- Order Reservations
- Order Items
- Products
- Product Options
- Product Quantity
- Product Variants
- Product Tags
- Product Images
- Product Option Values
- Customer Groups
- Customers
- Digitals Product
- Categories
- Exports
- Shipments
- Shipping Companies
- Shipping Zones
- Shipping Rules
- Countries
- Product Option Templates
- Taxes
- Coupons
- Affiliates
- Order Assignment
- Special Offers
- Transactions
- Payments
- Settlements
- Settings
- Merchant
- Brands
- Reviews
- Branches
- Currencies
- SEO
- Cities
- DNS Records
- Languages
- Employees
- Advertisements
- Webhooks
- Custom URLs
- Loyalty Points
- Orders
- Webhooks - Store Events
- 其他资源-Module
- 其他资源 Copy
List Employees
Develop Env
https://echo.apifox.com/anything
Develop Env
https://echo.apifox.com/anything
GET
https://echo.apifox.com/anything
Employees
Last modified:2025-02-20 07:53:20
Maintainer:Not configured
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://echo.apifox.com/anything/users'
Responses
🟢200Success
application/json
Body
status
number
optional
success
boolean
optional
data
array[object (Employees) {7}]
optional
id
number
required
Example:
282459793
name
string
required
Example:
Taleb
mobile
string
required
Example:
580885751
mobile_code
string
required
Example:
+966
email
string
required
Example:
taleb@marketing.agency
role
enum<string>
required
user
or team
Allowed values:
userteam
Example:
team
status
enum<string>
required
active
or suspended
Allowed values:
activesuspended
Example:
suspended
pagination
object (Pagination)
optional
count
number
required
total
number
required
perPage
number
required
<= 65
currentPage
number
required
totalPages
number
required
links
object
required
Example
{
"status": 200,
"success": true,
"data": [
{
"id": 282459793,
"name": "User Name1",
"mobile": "777654321",
"mobile_code": "+967",
"email": "user1@test.sa",
"role": "team",
"status": "suspended"
},
{
"id": 1148378730,
"name": "User Name2",
"mobile": "777654321",
"mobile_code": "+967",
"email": "user2@test.sa",
"role": "team",
"status": "suspended"
},
{
"id": 1697216187,
"name": "User Name3",
"mobile": "777654321",
"mobile_code": "+967",
"email": "user3@test.sa",
"role": "user",
"status": "suspended"
},
{
"id": 1296225140,
"name": "User Name4",
"mobile": "777654321",
"mobile_code": "+967",
"email": "user4@test.sa",
"role": "team",
"status": "suspended"
},
{
"id": 467410228,
"name": "User Name5",
"mobile": "777654321",
"mobile_code": "+967",
"email": "user5@test.sa",
"role": "user",
"status": "suspended"
},
{
"id": 355137381,
"name": "User Name6",
"mobile": "777654321",
"mobile_code": "+967",
"email": "user6@test.sa",
"role": "team",
"status": "suspended"
},
{
"id": 115245908,
"name": "User Name7",
"mobile": "777654321",
"mobile_code": "+967",
"email": "user7@test.sa",
"role": "team",
"status": "suspended"
},
{
"id": 1072903216,
"name": "User Name8",
"mobile": "555555555",
"mobile_code": "+966",
"email": "user8@test.sa",
"role": "user",
"status": "suspended"
},
{
"id": 1689171978,
"name": "User",
"mobile": "555555555",
"mobile_code": "+966",
"email": "user@test.sa",
"role": "user",
"status": "active"
},
{
"id": 2133460396,
"name": "User Name9",
"mobile": "555555555",
"mobile_code": "+966",
"email": "user9@test.sa",
"role": "team",
"status": "suspended"
},
{
"id": 1279539873,
"name": "User Name Test",
"mobile": "777654321",
"mobile_code": "+967",
"email": "test@user.sa",
"role": "user",
"status": "active"
},
{
"id": 27854744,
"name": "User Name10",
"mobile": "555555555",
"mobile_code": "+966",
"email": "user10@test.sa",
"role": "user",
"status": "active"
},
{
"id": 446255397,
"name": "User Name11",
"mobile": "555555555",
"mobile_code": "+966",
"email": "user11@test.sa",
"role": "team",
"status": "active"
},
{
"id": 1192353076,
"name": "User Name12",
"mobile": "777654321",
"mobile_code": "+967",
"email": "user12@test.sa",
"role": "user",
"status": "active"
}
],
"pagination": {
"count": 16,
"total": 16,
"perPage": 30,
"currentPage": 1,
"totalPages": 1,
"links": []
}
}

扫码加入 Apifox 微信交流群
在这里,获得 Apifox 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

