# Update organisation name

## Update organisation name

<mark style="color:green;">`POST`</mark> `https://api.sponseasy.com/v2/user/update`

This endpoint allows you to update the current user's organisation name.

#### Path Parameters

| Name  | Type   | Description |
| ----- | ------ | ----------- |
| token | string |             |

#### Query Parameters

| Name                | Type   | Description |
| ------------------- | ------ | ----------- |
| user\[organisation] | string |             |

{% tabs %}
{% tab title="200  Request successfully executed." %}

```
{
  status: "success"
}
```

{% endtab %}

{% tab title="400 Could not find a success matching this query." %}

```
{ 
  status: "error",
  message: ["error_message"]
}
```

{% endtab %}
{% endtabs %}
