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

Method UpdateUsers

internal/storage/provider.go:44–44  ·  view source on GitHub ↗

UpdateUsers to update multiple users, with parameters of user IDs slice If ids set to nil / empty all the users will be updated

(ctx context.Context, data map[string]interface{}, ids []string)

Source from the content-addressed store, hash-verified

42 // UpdateUsers to update multiple users, with parameters of user IDs slice
43 // If ids set to nil / empty all the users will be updated
44 UpdateUsers(ctx context.Context, data map[string]interface{}, ids []string) error
45
46 // AddVerificationRequest to save verification request in database
47 AddVerificationRequest(ctx context.Context, verificationRequest *schemas.VerificationRequest) (*schemas.VerificationRequest, error)

Callers 2

testUserOperationsFunction · 0.65
updateRolesFunction · 0.65

Calls

no outgoing calls

Tested by 1

testUserOperationsFunction · 0.52