This operation was normalized from a MapmyIndia-generation specification. Validate its current Mappls host, path, package entitlement, authentication generation, and commercial availability before production use.
Call the operation
https://workmate.mapmyindia.com/apis/usershttps://workmate.mapmyindia.com/apis/Parameters
apiVersionrequiredAPI version should be mentioned in the header along with bearer Token. Available version is v1.0.0, Default version is v1.0.0
v1.0.0workPlaceSend true if you want to get the work place location details
trueuserIdsend the user Ids in comma separated format to get the list of selected user details. If it is not passed all the user details will be fetched.
3223,23Build your request in eight languages
Change source-backed examples once, validate required inputs, and copy the synchronized cURL, JavaScript, Python, Java, C#, Go, PHP, or Ruby request. Credentials remain environment references, and this page never sends a provider request.
https://workmate.mapmyindia.com/apis/users?workPlace=true&userId=3223%2C23curl --request GET \
--url 'https://workmate.mapmyindia.com/apis/users?workPlace=true&userId=3223%2C23' \
--header "Accept: application/json" \
--header "Authorization: Bearer ${MAPPLS_ACCESS_TOKEN}"Credential-safe by constructionSet MAPPLS_ACCESS_TOKEN only in your trusted runtime. Code generation stays local. Sandbox execution sends only bounded fixture inputs to this developer platform and never reads a credential or calls Mappls.
Send a production-shaped request
Examples use environment-backed access tokens, explicit timeouts where supported, status checks, and JSON bodies derived from the source schema. Replace sample identifiers and coordinates with values from your application.
curl --request GET \
--url 'https://workmate.mapmyindia.com/apis/users' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Responses
API call is succesful
content not found. Check your input values.
Bad Request - Invalid ID supplied or invalid data type.
Unauthorized Request. Access to API is forbidden.
User type is Field user. Only manager and admin type user have the access to this API
Not Found - URL Not Found
userId not belong to your account
200 response fields
usersNo field description in the source contract.
exampleusers[].idUnqiue workmate Id of the user
232users[].emailIdUnique email Id of the user. This will be used to login to workmate account.
vtsupport@mapmyindia.comusers[].originIdUsers workmate account id
32users[].nameName of the user.
kalaivananusers[].statusIt gives users active or inactive status . 1 - Active user, 0- Inactive user.
1users[].typeThree user type is there in workmate. 0 -admin, 1 -manager, 2 - field user
0users[].creationTimeTime at which user is being created over workmate. It is an Local EPCH time.
1700000000000users[].workplaceIdUnique Id of the Work place.
MMI000users[].costFactorper km travelled cost. It will be multiplyed against distance travelled by the user.
3.4users[].reportingToNameDirect manager of the user.
Sanjayusers[].reportingToIdManger's unique user Id
2323users[].employeeIdEmployee unquie ID based on the company record
CE003121users[].branchNameUsers branch name of the work place.
Bangaloreusers[].branchCodeUsers branch code of the work place.
CE12users[].workPlaceNo field description in the source contract.
exampleusers[].workPlace.latWorkmate place location latitude
28.612964users[].workPlace.longWorkmate place location longitude.
78.3223users[].workPlace.nameWork location name
Bangalore officeusers[].workPlace.addresswork place address
1134, Dr SK Karim Khan Road, HAL Stage 2, Indiranagar, Bengaluru, Karnataka. 0 m from MapmyIndia Bangalore pin-560008 (India){
"users": [
{
"id": 232,
"emailId": "vtsupport@mapmyindia.com",
"originId": 32,
"name": "kalaivanan",
"status": 1,
"type": 0,
"creationTime": 1458987749,
"workplaceId": 32
}
]
}Operate it safely
This operation observes durable platform state. Preserve resource identifiers and account for pagination, delay, and eventual consistency.
Contract provenance
- Source file
contenthub/dochub/mapmyindia-workmate-apis/custom/User-Details.json- SHA-256
46675d4ad523c600efb696a87e7aca9de0e5f629ab8906a31e40fd5d3dfdae3e- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit