--- title: StaffMembersSortKeys - GraphQL Admin description: The set of valid sort keys for the StaffMembers query. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/StaffMembersSortKeys md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/StaffMembersSortKeys.txt --- # Staff​Members​Sort​Keys enum The set of valid sort keys for the StaffMembers query. ## Valid values * EMAIL Sort by the `email` value. * FIRST\_​NAME Sort by the `first_name` value. * ID Sort by the `id` value. * LAST\_​NAME Sort by the `last_name` value. *** ## Fields * [Query​Root.​staff​Members](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/QueryRoot#field-staffMembers) ARGUMENT The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start. * [staff​Members.​sort​Key](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/staffMembers#field-sortKey) QUERY *** ## Map ### Queries with this enum * \[staff​Members.sortKey](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/staffMembers#field-sortKey) ### Arguments with this enum * <-|[Query​Root.staffMembers(sortKey)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/QueryRoot#field-staffMembers)