Skip to content

Organization settings, discovery, and onboarding.

GET/me/organization

Get the caller's organization

Returns the organization the caller is signed in to, including the defaults the app needs to render itself (default team, default organization role). Scoped to the caller's own organization - there is no organization parameter, so a member can only ever read the organization they are authenticated against. Staff read other organizations through the admin surface instead.

Responses

Responses

The caller's organization.

application/json
JSON
{
  
"id": "A1B2C3D4E5",
  
"slug": "acme-corp",
  
"name": "string",
  
"settings": {
  
  
"auth": {
  
  
  
"requireEmailVerification": true,
  
  
  
"allowLoginWithPassword": true,
  
  
  
"allowLoginWithEmail": true,
  
  
  
"requireDpop": true,
  
  
  
"checkBreachedPasswords": true,
  
  
  
"acr": "string"
  
  
},
  
  
"sessions": {
  
  
  
"maxRunningWorkloads": 0,
  
  
  
"maxConcurrentClients": 0,
  
  
  
"maxConcurrentSessionsPerMember": 0,
  
  
  
"endpointFallback": {
  
  
  
  
"defaults": {
  
  
  
  
  
"idleTimeoutSeconds": 0,
  
  
  
  
  
"idleCloseDelaySeconds": 0,
  
  
  
  
  
"maxDurationSeconds": 0
  
  
  
  
},
  
  
  
  
"maximums": {
  
  
  
  
  
"idleTimeoutSeconds": 0,
  
  
  
  
  
"idleCloseDelaySeconds": 0,
  
  
  
  
  
"maxDurationSeconds": 0
  
  
  
  
}
  
  
  
},
  
  
  
"endpointDefaults": {
  
  
  
  
"spark_connect": {
  
  
  
  
  
"defaults": {
  
  
  
  
  
  
"idleTimeoutSeconds": 0,
  
  
  
  
  
  
"idleCloseDelaySeconds": 0,
  
  
  
  
  
  
"maxDurationSeconds": 0
  
  
  
  
  
},
  
  
  
  
  
"maximums": {
  
  
  
  
  
  
"idleTimeoutSeconds": 0,
  
  
  
  
  
  
"idleCloseDelaySeconds": 0,
  
  
  
  
  
  
"maxDurationSeconds": 0
  
  
  
  
  
}
  
  
  
  
}
  
  
  
}
  
  
}
  
},
  
"createdAt": "string",
  
"createdBy": "A1B2C3D4E5",
  
"updatedAt": "string",
  
"updatedBy": "A1B2C3D4E5",
  
"defaultTeamId": "A1B2C3D4E5",
  
"defaultOrgRoleId": "A1B2C3D4E5"
}

Can't find the answer here? Email us: support@lakesail.com