Update Organization
PUT
https://api.ssojet.com/api/account/organization/{{organizationid}}
Create a New Organization
Request
https://api.ssojet.com/api/v1/organization{{organzationid}}?client_id=string
Request Body
{
"Name":"string",
"WhiteListDomain":"string array",
"AllowProfilesOutsideOrganization":boolean
}
Response
[ {
"id": "66571f9edbf3b4061789ea5c",
"name": "test",
"WhiteListDomain":["example.com"],
"allow_profiles_outside_organization": false,
"sso_connection_token": "org_token_cpbhv7k2c46s715je8g0.6915cc022b494a499a4a21b65e6975a2.Jrj7KfKbkfC***********",
"domain": "",
"WorkspaceName": "",
"is_active": true
}]
Request
Query Params
client_id
string
required
Example:
string
Header Params
Content-Type
string
optional
Default:
application/json
User-Agent
string
optional
Default:
SSOjet/1.0.0 (https://ssojet.com)
Body Params application/json
Request samples
Responses
Modified at 2024-07-22 11:04:03