Update Organization

Update Organization

Update an Organization in the context of IGA

Authorization:

  • org_owner

Access Policy

Role User Accounts
Organization Owner ✔️
Request
URI
PATCH
https://{api_host}/csp/gateway//iga/api/orgs/{orgId}
COPY
Path Parameters
string
orgId
Required

Organization ID


Request Body
UpdateOrganizationRequest of type(s) application/json
Optional
"UpdateOrganizationRequest Object"
string
igaStatus
Optional

string to update the status of the org in IGA

Possible values are : ACTIVE, INACTIVE,
object
deactivateNewRequestSubmissions
Optional

deactivateNewRequestSubmissions

Authentication
This operation uses the following authentication methods.
Responses
200
Operation doesn't return any data structure

400
Operation doesn't return any data structure

401
Operation doesn't return any data structure

403
Operation doesn't return any data structure

404
Operation doesn't return any data structure

500
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'