Overview
Domain Admin/Users
Section titled “Domain Admin/Users”Endpoints for user management
Operations in this group
GETGet lists of users —/domains/{domainID}/usersPOSTCreate new user —/domains/{domainID}/usersGETGet information about a specific user —/domains/{domainID}/users/{userID}PATCHUpdate user —/domains/{domainID}/users/{userID}DELETEDelete user —/domains/{domainID}/users/{userID}GETGet list of users that can send mails on the users behalf —/domains/{domainID}/users/{userID}/delegatesPUTSet list of users that can send mails on the users behalf —/domains/{domainID}/users/{userID}/delegatesGETGet list of users that can send mails as the user —/domains/{domainID}/users/{userID}/sendasPUTSet list of users that can send mails as the user —/domains/{domainID}/users/{userID}/sendasGETGet user store properties —/domains/{domainID}/users/{userID}/storePropsPATCHUpdate store properties —/domains/{domainID}/users/{userID}/storePropsDELETEDelete user store props —/domains/{domainID}/users/{userID}/storePropsGETGet status of synced devices —/domains/{domainID}/users/{userID}/syncDELETERemove device states —/domains/{domainID}/users/{userID}/syncDELETERemove device (issue a resync) —/domains/{domainID}/users/{userID}/sync/{deviceID}PUTRequest a device resync —/domains/{domainID}/users/{userID}/sync/{deviceID}/resyncPOSTRequest a device wipe —/domains/{domainID}/users/{userID}/sync/{deviceID}/wipeDELETECancel wipe request —/domains/{domainID}/users/{userID}/sync/{deviceID}/wipeGETGet list of users that can access the users store —/domains/{domainID}/users/{userID}/storeAccessPOSTGrant store access to another user —/domains/{domainID}/users/{userID}/storeAccessPUTOverwrite the list of users with store access —/domains/{domainID}/users/{userID}/storeAccessDELETERemove user from store access list —/domains/{domainID}/users/{userID}/storeAccess/{username}PUTSet user password —/domains/{domainID}/users/{userID}/passwordPUTUpdate user from LDAP —/domains/{domainID}/users/{userID}/downsyncGETGet user’s out of office state —/domains/{domainID}/users/{userID}/oofPUTSet user’s out of office state —/domains/{domainID}/users/{userID}/oofGETGet effective domain sync policy —/domains/{domainID}/syncPolicy