MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / UpdateUser

Method UpdateUser

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

UpdateUser is the method to update user. Permissions: authorizer:admin

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

Source from the content-addressed store, hash-verified

170 // UpdateUser is the method to update user.
171 // Permissions: authorizer:admin
172 UpdateUser(ctx context.Context, params *model.UpdateUserRequest) (*model.User, error)
173 // UpdateWebhook is the method to update webhook.
174 // Permissions: authorizer:admin
175 UpdateWebhook(ctx context.Context, params *model.UpdateWebhookRequest) (*model.Response, error)

Callers 11

TestLoginFunction · 0.65
TestUpdateUserFunction · 0.65
TestVerifyEmailFunction · 0.65
TestAdminUpdateUserGRPCFunction · 0.65
UpdateUserMethod · 0.65
UpdateUserMethod · 0.65
VerifyEmailHandlerMethod · 0.65
OAuthCallbackHandlerMethod · 0.65
UpdateUserMethod · 0.65

Calls

no outgoing calls

Tested by 6

TestLoginFunction · 0.52
TestUpdateUserFunction · 0.52
TestVerifyEmailFunction · 0.52
TestAdminUpdateUserGRPCFunction · 0.52