(ctx context.Context, opts *InsertUserOptions)
| 132 | FindUserByEmail(ctx context.Context, email string) (*User, error) |
| 133 | FindUserWithAttributes(ctx context.Context, userID, orgID string) (*User, map[string]any, error) |
| 134 | InsertUser(ctx context.Context, opts *InsertUserOptions) (*User, error) |
| 135 | DeleteUser(ctx context.Context, id string) error |
| 136 | UpdateUser(ctx context.Context, id string, opts *UpdateUserOptions) (*User, error) |
| 137 | UpdateUserActiveOn(ctx context.Context, ids []string) error |
no outgoing calls