Skip to main content
Version: Current

AddUserResponse

Description

Represents a response of adding users to a group.

Constructors

ConstructorDescription
AddUserResponse()Initializes a new instance of the AddUserResponse class.

Properties

AddedUsers IEnumerable<UserAddedResponse> Gets the collection of users that were successfully added.

C#
public IEnumerable<UserAddedResponse> AddedUsers { get; }

UserAddRemoveFailedResponse IEnumerable<UserAddRemoveFailedResponse> Gets the collection of users that could not be added, along with failure details.

C#
public IEnumerable<UserAddRemoveFailedResponse> FailedToAddUsers { get; }