Get Organization
GET
https://api.ssojet.com/api/v1/organization/{{organizationId}}
Create a New Organization
Request
https://api.ssojet.com/api/v1/organization{{organizationid}}?client_id=string
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)
Request samples
Responses
Modified at 2024-07-22 11:04:03