Creates a new user account with role and contact details.
https://{server-hostname}:8383/emsapi/users
Admin.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Authentication mode for the user (e.g., localAuthentication).
User locale identifier.
Probe scope type for summary/probe configuration.
Device scope type for MDM access control.
List of remote office group identifiers for user scope.
Role identifier to assign to the user.
Username for the new user.
Email address for the user.
Phone number for the user.
curl --request POST \
--url https://appdomain/emsapi/users \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{"phoneNumber":"22222676","probeScopeType":1,"roleID":4,"deviceScopeType":0,"language":"en_us","mailID":"alex.morgan@example.com","remoteOfficeGroups":[],"authType":"localAuthentication","userName":"alex.morgan"}'Create a local user with role, email, and scope settings.
{
"phoneNumber": "22222676",
"probeScopeType": 1,
"roleID": 4,
"deviceScopeType": 0,
"language": "en_us",
"mailID": "alex.morgan@example.com",
"remoteOfficeGroups": [],
"authType": "localAuthentication",
"userName": "alex.morgan"
}
Indicates whether the invitation or activation email was sent successfully.
Domain name for the user. Local users are represented as 'local'.
Username of the created user.
Unique login identifier for the newly created user.
Security advisory code returned after user creation.
Metadata related to the user creation.
Total user count after creation.
User creation succeeds and returns login identity with metadata.
{
"loginId": "302",
"securityAdvisoryCode": "SAC001",
"meta": {
"userCount": 3
},
"domainName": "local",
"mailStatus": true,
"userName": "alex.morgan"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.