Skip to main content

Add User

Create a new enrollment user with all provided information.Validation will be performed based on the input data.The enrollment user will be added to the system once the call is complete.We have introduced v2 for this API, which includes enhancements, and recommend using v2 going forward.

Parameters

ParameterDescription
Display NameSets the enrollment user display name.
EmailSets the enrollment user email address.
Enrollment Organization GroupSets the enrollment user organization group id.
First NameSets the enrollment user first name.
Last NameSets the enrollment user last name.
MessageTypeSets the enrollment user message type. Values can be: Email, SMS, QrCode.
Mobile NumberSets the enrollment user mobile number.
PasswordSets the enrollment user password.
Phone NumberSets the enrollment user contact number.
RoleSets the enrollment user role name.
SecurityTypeSets the enrollment user security type. Values can be: uninitialized, directory, basic, authenticationProxy, saml.
StatusSets a value indicating whether the enrollment user status, true for active, false for inactive.
User NameSets the enrollment user username.

Example Output

{
"Value": 0
}

Workflow Library Example

Add User with Workspace One Uem and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop