# Dapp Registration user list

## Dapp Registration user list

<mark style="color:green;">`POST`</mark> `/api/v1/oauth2-app/dapp/users`

**Headers：**&#x20;

appid: application id

appkey: application key

#### Request Body

| Name                                               | Type   | Description             |
| -------------------------------------------------- | ------ | ----------------------- |
| page\_no<mark style="color:red;">\*</mark>         | Number | page number             |
| page\_size<mark style="color:red;">\*</mark>       | Number | numbers of page         |
| reg\_start\_time<mark style="color:red;">\*</mark> | String | registration start time |
| reg\_end\_time<mark style="color:red;">\*</mark>   | String | registration end time   |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "code": 200,
    "data": {
        "data": [
            {
                "display_name": "xiqing6_gmail_com",
                "email": "xiqing6@gmail.com",
                "eth_address": "0x75DD75353F2690f3F802135CDFE4bBD4D4052beE",
                "id": "6489b7406d81a8dbc02e4039",
                "invite_code": null,
                "mobile": "",
                "registration_time": "2023-06-14 12:49:04",
                "user_name": "xiqing6_gmail_com",
                "wallet_type": "POLIS"
            }
        ],
        "page_no": 1,
        "page_size": 10,
        "total": 1
    },
    "msg": ""
}
```

{% endtab %}
{% endtabs %}
