MCPcopy Index your code
hub / github.com/authorizerdev/authorizer / User

Method User

internal/graphql/provider.go:178–178  ·  view source on GitHub ↗

User is the method to get user. Permissions: authorizer:admin

(ctx context.Context, params *model.GetUserRequest)

Source from the content-addressed store, hash-verified

176 // User is the method to get user.
177 // Permissions: authorizer:admin
178 User(ctx context.Context, params *model.GetUserRequest) (*model.User, error)
179 // Users is the method to list users.
180 // Permissions: authorizer:admin
181 Users(ctx context.Context, in *model.PaginatedRequest) (*model.Users, error)

Callers 5

TestUserFunction · 0.65
TestAdminUserGRPCFunction · 0.65
UserMethod · 0.65
UserMethod · 0.65
UserMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestUserFunction · 0.52
TestAdminUserGRPCFunction · 0.52