> For the complete documentation index, see [llms.txt](https://intella.gitbook.io/scan2pay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intella.gitbook.io/scan2pay/api-gui-ge-shui-ming/qu-de-yong-hu-zi-liao.md).

# 取得用戶資料

<mark style="color:blue;">`GET`</mark> `https://intella-sso-server-domain/auth/getUserInfo`

#### Headers

| Name         | Type   | Description                    |
| ------------ | ------ | ------------------------------ |
| Content-Type | string | application/json;charset=UTF-8 |
| tokenId      | string | tokenId                        |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{    "msg": "",    "msgCode: "000000",    "data": {"accountId":"sam@intella.co","accountType":"email","name":"sam","id":149,"email":"sam@intella.co","cellPhone":null}}
```

{% endtab %}
{% endtabs %}
