Share via


IGroupUserOperations Interface

Definition

GroupUserOperations operations.

public interface IGroupUserOperations
type IGroupUserOperations = interface
Public Interface IGroupUserOperations

Methods

CheckEntityExistsWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Checks that user entity specified by identifier is associated with the group entity.

CreateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Add existing user to existing group

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Remove existing user from existing group.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of user entities associated with the group.

ListWithHttpMessagesAsync(String, String, String, ODataQuery<UserContract>, Dictionary<String,List<String>>, CancellationToken)

Lists a collection of user entities associated with the group.

Extension Methods

CheckEntityExists(IGroupUserOperations, String, String, String, String)

Checks that user entity specified by identifier is associated with the group entity.

CheckEntityExistsAsync(IGroupUserOperations, String, String, String, String, CancellationToken)

Checks that user entity specified by identifier is associated with the group entity.

Create(IGroupUserOperations, String, String, String, String)

Add existing user to existing group

CreateAsync(IGroupUserOperations, String, String, String, String, CancellationToken)

Add existing user to existing group

Delete(IGroupUserOperations, String, String, String, String)

Remove existing user from existing group.

DeleteAsync(IGroupUserOperations, String, String, String, String, CancellationToken)

Remove existing user from existing group.

List(IGroupUserOperations, String, String, String, ODataQuery<UserContract>)

Lists a collection of user entities associated with the group.

ListAsync(IGroupUserOperations, String, String, String, ODataQuery<UserContract>, CancellationToken)

Lists a collection of user entities associated with the group.

ListNext(IGroupUserOperations, String)

Lists a collection of user entities associated with the group.

ListNextAsync(IGroupUserOperations, String, CancellationToken)

Lists a collection of user entities associated with the group.

Applies to