Show / Hide Table of Contents

Class IdentityUserIntegrationController

Inheritance
object
IdentityUserIntegrationController
Implements
IIdentityUserIntegrationService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Identity.Integration
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
Type Name Description
IIdentityUserIntegrationService userIntegrationService

Properties

UserIntegrationService

Declaration
protected IIdentityUserIntegrationService UserIntegrationService { get; }
Property Value
Type Description
IIdentityUserIntegrationService

Methods

GetRoleNamesAsync(Guid)

Declaration
[HttpGet]
[Route("{id}/role-names")]
public virtual Task<string[]> GetRoleNamesAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<string[]>

Implements

IIdentityUserIntegrationService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft