View Source
Class GetUserDataController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class GetUserDataController : UserDataControllerBase
Constructors
View Source
GetUserDataController(IBackOfficeSecurityAccessor, IUserDataService, IUmbracoMapper)
Declaration
public GetUserDataController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUserDataService userDataService, IUmbracoMapper umbracoMapper)
Parameters
Type |
Name |
Description |
IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
IUserDataService |
userDataService |
|
IUmbracoMapper |
umbracoMapper |
|
Methods
View Source
GetUserData(CancellationToken, String[], String[], Int32, Int32)
Declaration
public async Task<IActionResult> GetUserData(CancellationToken cancellationToken, string[] groups, string[] identifiers, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.String[] |
groups |
|
System.String[] |
identifiers |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns
Type |
Description |
Task<IActionResult> |
|