User
Get Expired Users
Get users who have expired within the specified date range.
- expired_after UTC datetime (optional)
- expired_before UTC datetime (optional)
- At least one of expired_after or expired_before must be provided for filtering
- If both are omitted, returns all expired users
get/api/users/expired
Query parameters
expired_afterstring date-time nullable
expired_beforestring date-time nullable
Response
Successful Response
string[] required
Changes
No recorded changes to this endpoint across all 1 revision of this API.