(ctx context.Context)
| 136 | UpdateUser(ctx context.Context, id string, opts *UpdateUserOptions) (*User, error) |
| 137 | UpdateUserActiveOn(ctx context.Context, ids []string) error |
| 138 | CheckUsersEmpty(ctx context.Context) (bool, error) |
| 139 | FindSuperusers(ctx context.Context) ([]*User, error) |
| 140 | UpdateSuperuser(ctx context.Context, userID string, superuser bool) error |
| 141 | CheckUserIsAnOrganizationMember(ctx context.Context, userID, orgID string) (bool, error) |