Skip to main content

AdminUserSortField

Available fields for sorting administrative user search results. Enables ordering by temporal attributes for chronological analysis and audit purposes.

enum AdminUserSortField {
CREATED_AT
LAST_MODIFIED_AT
}

Values

AdminUserSortField.CREATED_AT

Sort by the date and time when the administrative user account was created. Useful for identifying newest or oldest user accounts.

AdminUserSortField.LAST_MODIFIED_AT

Sort by the date and time when the administrative user account was last modified. Useful for identifying recently updated user profiles.

Member Of

AdminUserSortInput input