UserUpdate updates user record
(uid t.Uid, update map[string]any)
| 49 | UserDelete(uid t.Uid, hard bool) error |
| 50 | // UserUpdate updates user record |
| 51 | UserUpdate(uid t.Uid, update map[string]any) error |
| 52 | // UserUpdateTags adds, removes, or resets user's tags |
| 53 | UserUpdateTags(uid t.Uid, add, remove, reset []string) ([]string, error) |
| 54 | // UserGetByCred returns user ID for the given validated credential. |
no outgoing calls