diff --git a/specification/paths/Users.json b/specification/paths/Users.json index c542fdfd..e22a1759 100644 --- a/specification/paths/Users.json +++ b/specification/paths/Users.json @@ -24,23 +24,6 @@ "schema": { "type": "string" } - }, - { - "$ref": "#/components/parameters/query-filter-created_at-date_from" - }, - { - "$ref": "#/components/parameters/query-filter-created_at-date_to" - }, - { - "name": "filter[last_login_before]", - "in": "query", - "description": "Date string in ISO 8601 format or unix timestamp. Only resources created at >= this date will be in the response.", - "schema": { - "type": [ - "string", - "number" - ] - } } ], "responses": { diff --git a/specification/schemas/users/User.json b/specification/schemas/users/User.json index 56f182cc..4dbbeca2 100644 --- a/specification/schemas/users/User.json +++ b/specification/schemas/users/User.json @@ -58,9 +58,6 @@ }, "created_at": { "$ref": "#/components/schemas/Timestamp" - }, - "last_login": { - "$ref": "#/components/schemas/Timestamp" } } } diff --git a/specification/schemas/users/UserResponse.json b/specification/schemas/users/UserResponse.json index 318112c0..5394d028 100644 --- a/specification/schemas/users/UserResponse.json +++ b/specification/schemas/users/UserResponse.json @@ -18,8 +18,7 @@ "locale", "status", "has_mfa_enabled", - "created_at", - "last_login" + "created_at" ] }, "links": {