Add Member to Security Group
This Automation Manager object adds a specific user to the specified Security Group.
Input Parameters
User Name |
String |
Yes |
User name used to authenticate the Office 365 web service. |
Password |
Password |
Yes |
Password used to authenticate the Office 365 web service. |
Group Name |
String |
Yes |
The Group Name to add the user to. |
Email Address |
String |
Yes |
Email address of user to add to Security Group. |
Output Parameters
Result String |
String |
In the event the object fails to execute successfully due to invalid/incorrect input, this output will detail the error. |
Result |
Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
User Name |
String |
Yes |
Office365Admin@ABC.onmicrosoft.com |
Password |
Password |
Yes |
<Link to Start Parameter> |
Group Name |
String |
Yes |
Marketing |
Email Address |
String |
Yes |
User1@ABC.onmicrosoft.com |