Organization Invitation Sorting
- Category
- API
- Published
We’ve added support for ordering organization invitations when listing them via the /organizations/{organization_id}/invitations
endpoint, allowing sorting by creation date or email address in ascending or descending order using the new optional order_by
parameter.
Ordering Options
+created_at
- Sort by creation date in ascending order-created_at
- Sort by creation date in descending order (default)+email_address
- Sort by email address in ascending order-email_address
- Sort by email address in descending order
For more information, see our Backend API documentation.