Is User Member of Security Group
Query if the specified user is a member of the specified Security Group or not.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
User Name | String | Yes | User name used to authenticate to the Office 365 web service. |
Password | Password | Yes | Password used to authenticate to the Office 365 web service. |
Email Address of User | String | Yes | The unique email address of the user. |
Group Name | String | Yes | The name of the Security Group. |
Output Parameters
Name | Type | Description |
---|---|---|
Conditional | String | Output True if user is a member of the security group and False if the user is not a member of the Security Group. |
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
Name | Type | Required | Example |
---|---|---|---|
User Name | String | Yes | Office365Admin@ABC.onmicrosoft.com |
Password | Password | Yes | <Link to Start Parameter> |
Email Address of User | String | Yes | User1@ABC.onmicrosoft.com |
Group Name | String | Yes | Marketing |