Guides
API Reference
Postman Collection
Release Notes
Navigate through spaces
⌘
K
Overview
API Reference Overview
How to use the API 'Try It' feature
Apps And Solutions
Health
Application
Solution
Common
Authentication
Banner
Download OpenAPI file
Authentication And Authorization (AAA) Service
Role Management
User Management
Authentication
Connection Management
Group Management
File Management Service
Folders
Files
SDS Service
App
Vault
Data
Messaging Service
Introduction
Messages
Service Provider Management
Templates Management
Metering
Tenant Config Management
Notification Management
Mobile Push Notifications
App
App Notification
Event
Notification
Dispatch Service
Job Type
Job Workflow
Job
Job - Config
Dispatch Type
Dispatch
Mobile APIs
Dispatch - Config
Ledger
Ledger in batch
Custom Code Config
Participant Service
Tenant
Participant Type
Participant Type - Custom Code Config
Participant Type - Attributes Config
Participant Type - State Machine
Participant
Templates
Participant State
Participant - Batch Processing
Onboard
Container Service
Container Type
Container Type - Custom Code Config
Container Type - Attributes Config
Container Type - State Machine Config
Container
Container State
Container Group
Container - Batch Processing
Workflow Service
Execution Task
Changelog
Execution Macro
Execution Workflow
Execution Workflow Instance
Health Check
State Machine Service
State Machine Config
Entity
Events
Reasons
Instance State
Default Plugins
Job Manager
Work Order Manager
Container Manager
Workflow Manager
Cancellation Manager
Movement Tracking Service
Trace Data
Missing Sequence Numbers
Snapped Distance
Map Service Provider Management
Maps
ETA
Route
IOT Device
Geofence
MTS Subscription
Consent
Track
GPS Integration
MTS Metering
Settings
Events
Nearby Search
Entity Service
Entity Type
State Machine Config
Entity Instance
Entity Type - Custom Code Config
Entity Instance State
Templates
Entity - Batch Processing
Onboard
Location Service
Location
Country
State
City
Search
Order Service
Order Config
Order State Machine Configuration
Order State Machine Transition
Work Order State Machine Configuration
Work Order State Transition
Order
Batch Order
Custom Code Config
Plugin Callback
External Reference APIs
Work Order Config
Work Order Status
Plugins
PluginWorkflow
User FPA
Users
File Upload
Designation
Groups
Config Management
Teams FPA
Teams
Filter API
Facility FPA
Facilities
Vehicle FPA
Vehicles
LogisticsOrder API
Order
AAA - External Authorizer
Authorization
Orchestrator
Plugins
PluginsV2
PluginWorkflow
Rules
RulesV2
DLQ Service
Query & Listing
Scheduler Service
Scheduler Service
Webhook Service
Apps
Events
Subscriptions
Attribute Alias API
POST
Create type with attribute aliases
PUT
Update type with attribute aliases
GET
Get all attribute aliases
Docs powered by
Â
Archbee
User FPA
Users
Get Mobile contact details of the users.
1min
GET
https://{domain}/app/api/v2/users/mobile
Try it
Query Parameters
ids
string
*
Responses
200
Get Users Contact Details
object
data
object
request
Request
error
Error
default
Default Error Response
DefaultResponse
error
Error
request
Request
Curl
JS
Ruby
Python
1
curl
--location
--globoff
'https://{domain}/app/api/v2/users/mobile?ids=string'
\
2
--header
'Accept: application/json'
\
3
--header
'Content-Type: application/json'
curl --location --globoff 'https://{domain}/app/api/v2/users/mobile?ids=string' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
Responses
200
default
1
// Get Users Contact Details
2
{
3
"data"
:
{
4
"meta"
:
{
5
"totalElements"
:
0
6
}
,
7
"users"
:
[
8
{
9
"userId"
:
""
,
10
"primaryMobile"
:
{
11
"countryCode"
:
9800000000
,
12
"number"
:
91
13
}
,
14
"secondaryMobile"
:
{
15
"countryCode"
:
9800000000
,
16
"number"
:
91
17
}
,
18
"uniqueCode"
:
""
19
}
20
]
21
}
,
22
"request"
:
{
23
"uri"
:
""
,
24
"requestId"
:
""
,
25
"queryString"
:
""
,
26
"body"
:
{
}
,
27
"method"
:
""
28
}
,
29
"error"
:
{
30
"code"
:
""
,
31
"description"
:
""
,
32
"additionalInfo"
:
{
}
33
}
34
}
// Get Users Contact Details { "data": { "meta": { "totalElements": 0 }, "users": [ { "userId": "", "primaryMobile": { "countryCode": 9800000000, "number": 91 }, "secondaryMobile": { "countryCode": 9800000000, "number": 91 }, "uniqueCode": "" } ] }, "request": { "uri": "", "requestId": "", "queryString": "", "body": {}, "method": "" }, "error": { "code": "", "description": "", "additionalInfo": {} } }


PREVIOUS
Get contact details of the users.
NEXT
Upload a photo of a User to the server.
Docs powered by
Â
Archbee
Docs powered by
Â
Archbee