AddMember
Adds a member to a specified directory role within Azure AD.
Input
| Name | Type | Description |
| RoleId | String | The unique identifier for the directory role, used to specify which role to assign the user to. |
| RoleTemplateId | String | The unique identifier for the directory role template, representing the base template for the role. |
| UserId | String | The unique identifier for the user being added to the directory role. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the user was successfully added to the specified directory role. |