Class UserProfilesController
- Namespace
- FoundationaLLM.Core.API.Controllers
- Assembly
- FoundationaLLM.Core.API.dll
Provides methods for retrieving and managing user profiles.
[Authorize(AuthenticationSchemes = "Bearer", Policy = "MicrosoftEntraIDStandard")]
[ApiController]
[Route("instances/{instanceId}/[controller]")]
public class UserProfilesController : ControllerBase
- Inheritance
-
UserProfilesController
- Inherited Members
- Extension Methods
Remarks
Constructor for the UserProfiles Controller.
Constructors
UserProfilesController(IUserProfileService)
Provides methods for retrieving and managing user profiles.
public UserProfilesController(IUserProfileService userProfileService)
Parameters
userProfileService
IUserProfileServiceService that provides methods for managing the user profile.
Remarks
Constructor for the UserProfiles Controller.
Methods
Index(string)
Retrieves user profiles.
[HttpGet(Name = "GetUserProfile")]
public Task<IActionResult> Index(string instanceId)
Parameters
instanceId
stringThe instance identifier.