List Distribution Group Members
Get the existing members of a specific Distribution Group.
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. |
Group Name | String | Yes | The name of the Distribution Group to get members for. |
Output Parameters
Name | Type | Description |
---|---|---|
Group Members | Array | Array containing member of Distribution Group. |
Group Members Row Count | Number | The number of group members returned within the array. |
Name | String | Name of the group member. |
Alias | String | Alias of the group member. |
Identity | String | Identity of the group member. |
GUID | String | GUID of the group member. |
Result String | String | Object Execution Error Details. |
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> |
Group Name | String | Yes | Marketing |