Class IdentityUserIntegrationController
Inheritance
IdentityUserIntegrationController
Implements
IApplicationService
IRemoteService
Assembly: Volo.Abp.Identity.Pro.HttpApi.dll
Syntax
[Area("identity")]
[Route("integration-api/identity/users")]
public class IdentityUserIntegrationController : AbpControllerBase, IIdentityUserIntegrationService, IApplicationService, IRemoteService
Constructors
IdentityUserIntegrationController(IIdentityUserIntegrationService)
Declaration
public IdentityUserIntegrationController(IIdentityUserIntegrationService userIntegrationService)
Parameters
Properties
UserIntegrationService
Declaration
protected IIdentityUserIntegrationService UserIntegrationService { get; }
Property Value
Methods
GetRoleNamesAsync(Guid)
Declaration
[HttpGet]
[Route("{id}/role-names")]
public virtual Task<string[]> GetRoleNamesAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService