> For the complete documentation index, see [llms.txt](https://kyaws-organization-2.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kyaws-organization-2.gitbook.io/untitled/user-profile.md).

# User Profile

### Profile

<mark style="color:blue;">`GET`</mark> `https://eco-api-ogdf.onrender.com/fod/api/v1/user/:id`

#### Path Parameters

| Name                                 | Type   | Description  |
| ------------------------------------ | ------ | ------------ |
| id<mark style="color:red;">\*</mark> | String | toAdd UserId |

### Update Profile

<mark style="color:orange;">`PUT`</mark> `https://eco-api-ogdf.onrender.com/fod/api/v1/user/:id`

#### Path Parameters

| Name                                 | Type   | Description  |
| ------------------------------------ | ------ | ------------ |
| id<mark style="color:red;">\*</mark> | String | toAdd UserId |

#### Request Body

| Name | Type   | Description |
| ---- | ------ | ----------- |
| data | String |             |

### Delete Profile

<mark style="color:red;">`DELETE`</mark> `https://eco-api-ogdf.onrender.com/fod/api/v1/user/:id`

#### Path Parameters

| Name                               | Type   | Description |
| ---------------------------------- | ------ | ----------- |
| <mark style="color:red;">\*</mark> | String |             |

### Get All User&#x20;

<mark style="color:blue;">`GET`</mark> `https://eco-api-ogdf.onrender.com/fod/api/v1/user`
