MCPcopy Create free account
hub / github.com/FrodeHus/EntraRoleReaper / GetUserById

Method GetUserById

server/Review/IUserService.cs:6–6  ·  view source on GitHub ↗
(string userId, Guid tenantId)

Source from the content-addressed store, hash-verified

4{
5 Task<UserContext> GetCurrentUser();
6 Task<UserContext> GetUserById(string userId, Guid tenantId);
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected