Favicon

You are here: Home > API Reference > UEM > Mdm users

Mdm users

Explore our comprehensive documentation for Mdm users.

DEL Remove MDM user account
/v1/organizations/:organizationId/mdm/users/:mdmUserId

Remove device management user account permanently from organization if no active devices or pending enrollment tokens are associated.

GET Download sample CSV template
/v1/organizations/:organizationId/mdm/users/csv/sample

Download template CSV file demonstrating correct format and required fields for bulk importing device management users into system.

GET Retrieve single MDM user details
/v1/organizations/:organizationId/mdm/users/:mdmUserId

Retrieve complete details for a specific device management user including device counts, enrollment status, and metadata information.

GET Retrieve available user tags
/v1/organizations/:organizationId/mdm/users/tags

Retrieve all distinct tag values currently assigned to device management users for filtering and organizational categorization purposes.

GET Retrieve paginated list of MDM users
/v1/organizations/:organizationId/mdm/users

Retrieve paginated list of device management users within the organization with filtering options for search and tag criteria.

POST Create new MDM user account
/v1/organizations/:organizationId/mdm/users

Create new device management user account with contact information, tags, and language preferences for enrollment and device assignments.

PUT Update existing MDM user
/v1/organizations/:organizationId/mdm/users/:mdmUserId

Update device management user information including name, tags, language preference, and custom metadata while preserving email address.