Threecolts Single Sign On (3C SSO) / API Callbacks / Update organization

Update organization

Request: PUT /sso/organizations/{ssoOrganizationId}

Version Change
v1.0 Initial version
v1.1 Payload fixes to match tests
v1.2 DB Structure changes and validations

<v1.2>

{ssoOrganizationId} - integer - this will be a number which we need to match to hub_alpha>threecolts_organization>organization_id

This is a call to update the organization name.

In the body of the request you will find something like that:

{ "organization_name": "Organization Name" }

Organization_name should be saved and updated in hub_alpha>threecolts_organization>organization_name.

</v1.2>

Response should be just 200 if okay and for errors should be the other cases that are relevant (401,500 and etc). In the case of {ssoOrganizationId} is missing the response should be 404.

Is this article helpful?
0 0 0