| Attributes |
| Name | Required | Request-time | Description |
| atnProvider | false | true |
The authentication provider for the new user.
The default provider will be used if not specified.
|
| username | true | true |
The name of the user to be added to the group.
|
| groupName | true | true |
The name of the group to which the user is being added.
|
| result | true | false |
The name of a variable that will return the result status of the operation, as an Integer.
Possible values: UserManagementTagConstants.ADD_USER_OK, UserManagementTagConstants.ADD_USER_FAILED
|