---
title: "POST /_twake/identity/v1/lookup/diff"
method: POST
path: "/_twake/identity/v1/lookup/diff"
tags: ["Identity server"]
---

# POST /_twake/identity/v1/lookup/diff

`POST /_twake/identity/v1/lookup/diff`

Looks up the Organization User IDs updated since X

## Request body

- object
  - `since` integer — timestamp
  - `fields` string[]
  - `limit` integer — Optional max number of result to return (default 30)
  - `offset` integer — Optional offset for pagination

## Response `200`

Success

- object
  - `matches` object[] — List of users that match
    - `address` string — Matrix address
    - `timestamp` integer — current server timestamp
    - `uid` string — id of a matching user
    - `mail` string — email address of a matching user

---

[API](https://skmtc.net/linagora/apis/twake-on-matrix-apis-documentation.md) · [All operations](https://skmtc.net/linagora/apis/twake-on-matrix-apis-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linagora/twake-on-matrix-apis-documentation/versions/3428c7bb5a46/schema)
