> For the complete documentation index, see [llms.txt](https://developers.vinid.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.vinid.net/tai-lieu-tich-hop/tich-hop-vinid-sso/profile-endpoint.md).

# Profile endpoint

## /user-management/user-info

<mark style="color:blue;">`GET`</mark> `https://oauth-qc.vinid.dev/user-management/user-info`

#### Headers

| Name           | Type   | Description          |
| -------------- | ------ | -------------------- |
| Content-Type   | string | application/json     |
| Authentication | string | bearer access\_token |

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

```
{
    "data": {
        "full_name": "string",
        "email": "string",
        "phone_number": "string",
        "dob": "string",
        "gender": "int",
        "nationality": "string",
        "identity_documents": [
            {
                "identity_number": "string",
                "identity_type": "CMT|HC|CCCD",
                "issue_place": "string",
                "issue_date": "string",
            }
        ],
        "addresses": [
            {
                "city": "string",
                "commune": "string",
                "address": "string",
                "type": "int",
                "district": "string"
            }
        ]
    },
    "meta": {
        "code": 200
    }
}
```

{% endtab %}
{% endtabs %}

![Sequence diagram](/files/-MGq9bsz8hSWH1wnwm2N)
