# 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](https://3090189385-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lstmh2nVxPq6CPXxDwM%2F-MGq9FfsTTnXWZ8lm38Y%2F-MGq9bsz8hSWH1wnwm2N%2Fprofile.png?alt=media\&token=16c7519e-edcd-4097-a17b-aefbc72a4494)
