On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/boarding/developer/all/rest/boarding/boarding-manage-org-intro/boarding-change-org-status.md)  
Filter  
FILTER BY TAG

Change an Organization's Status {#boarding-change-org-status}
=============================================================

You can change the status of organization by sending a GET request and including only the fields that you want to update in your request.

Endpoint {#boarding-change-org-status_d9e830}
---------------------------------------------

**Production:** `GET ``https://api.cybersource.com``/oms/v1/organizations/{organizationId}`{#boarding-change-org-status_d9e837}  
**Test:** `GET ``https://apitest.cybersource.com``/oms/v1/organizations/{organizationId}`{#boarding-change-org-status_d9e847}  
Where *`{organizationId}`*is the ID that returned in the organization's boarding API response. Include only the fields you want to update.

REST Example: Changing an Organization's Status {#boarding-change-org-status-example}
=====================================================================================

Request

```
{}
```

Response to a Successful Request

```
200 OK
```

RELATED TO THIS PAGE

* [Customer Support](https://support.visaacceptance.com/)
* [REST API Field Reference Guide](https://developer.cybersource.com/docs/cybs/en-us/api-fields/reference/all/rest/api-fields/rest-api-fields-intro.md)
* [Response Codes](https://developer.cybersource.com/api/reference/response-codes.md)

