List All Security Roles
List all existing Security Roles.
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. |
Output Parameters
Name | Type | Description |
---|---|---|
Name | Date | Display name of Security Role. |
Description | String | Description of the Security Role. |
Object ID | Number | The Object ID of the Security Role. |
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> |