GET
/
applications
/
{app}
/
users
/
data
curl --request GET \
  --url https://api.rownd.io/applications/{app}/users/data \
  --header 'x-rownd-app-key: <api-key>' \
  --header 'x-rownd-app-secret: <api-key>'
{
  "total_results": 123,
  "results": [
    {
      "rownd_user": "user_a7b53gwdaml5jt7t71442nt7",
      "data": {
        "user_id": "user_a7b53gwdaml5jt7t71442nt7",
        "email": "gary@foo.com",
        "first_name": "Gary",
        "last_name": "Jackson"
      },
      "verified_data": {
        "email": "gary@foo.com",
        "phone_number": "+19199993333"
      },
      "groups": [
        {
          "group": {
            "id": "group_a3l1n2lsnb3q0xbul9enjnh7",
            "name": "My Teammates",
            "member_count": 123,
            "app_id": "327677849595019856",
            "admission_policy": "invite_only",
            "created_at": "2023-11-07T05:31:56Z",
            "updated_at": "2023-11-07T05:31:56Z",
            "updated_by": "user_t6ftnnmw55pamuhfo9xvw0yl",
            "created_by": "user_t6ftnnmw55pamuhfo9xvw0yl"
          },
          "member": {
            "id": "member_dnn5g4e3q6aptail2gr43kpj",
            "user_id": "user_fbylaq38591cghym5pabupj2",
            "roles": [
              "owner",
              "editor"
            ],
            "state": "active",
            "invited_by": "<string>",
            "added_by": "<string>",
            "profile": {
              "user_id": "user_a7b53gwdaml5jt7t71442nt7",
              "email": "gary@foo.com",
              "first_name": "Gary",
              "last_name": "Jackson"
            },
            "group_id": "group_ig42thhwf4cig25o7t9jtlyu"
          }
        }
      ],
      "meta": {
        "created": "2023-11-07T05:31:56Z",
        "modified": "2023-11-07T05:31:56Z",
        "first_sign_in": "2023-11-07T05:31:56Z",
        "first_sign_in_method": "<string>",
        "last_sign_in": "2023-11-07T05:31:56Z",
        "last_sign_in_method": "<string>",
        "last_active": "2023-11-07T05:31:56Z",
        "last_passkey_registration_prompt": "2023-11-07T05:31:56Z"
      },
      "connection_map": {},
      "redacted": [
        "<string>"
      ],
      "revoke_after": {},
      "retain_until": {}
    }
  ]
}

Authorizations

x-rownd-app-key
string
headerrequired

The publishable key of your application credentials. (more details)

x-rownd-app-secret
string
headerrequired

The private secret of your application credentials. (more details)

Path Parameters

app
string
required

Rownd application ID

Query Parameters

fields
string

Comma-separated list of fields to include in the profile data

lookup_filter
string

Return user profiles with verified values that match this filter. This is a comma-separated list of values.

id_filter
string

A comma-separated list of resource IDs to filter by

page_size
integer

Number of resources to return per query. Max is 1000.

after
string

ID of the last resource in the previous page. If provided, the next page of results is returned beginning with this resource ID.

include_duplicates
boolean

Include multiple users if they are found using the lookup and id filters

Response

200 - application/json
total_results
number

The number of results

results
object[]

The list of user profiles