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
Parameter | Description |
---|---|
Display Name | Sets the enrollment user display name. |
Sets the enrollment user email address. | |
Enrollment Organization Group | Sets the enrollment user organization group id. |
First Name | Sets the enrollment user first name. |
Last Name | Sets the enrollment user last name. |
MessageType | Sets the enrollment user message type. Values can be: Email, SMS, QrCode. |
Mobile Number | Sets the enrollment user mobile number. |
Password | Sets the enrollment user password. |
Phone Number | Sets the enrollment user contact number. |
Role | Sets the enrollment user role name. |
SecurityType | Sets the enrollment user security type. Values can be: uninitialized, directory, basic, authenticationProxy, saml. |
Status | Sets a value indicating whether the enrollment user status, true for active, false for inactive. |
User Name | Sets the enrollment user username. |
Example Output
{
"Value": 0
}
Workflow Library Example
Add User with Workspace One Uem and Send Results Via Email
Preview this Workflow on desktop