Favicon

You are here: Home > API Reference > Workspace > User Authentication > SSO Logout

SSO Logout

SSO Logout

GET
/v1/auth/sso/:organizationSlug/:type/logout
Copy to clipboard

SSO Logout

SSO Logout

Request

Add parameter in header authorization
Example: Authorization: Bearer <token>
organizationSlug string
required
≤ 128 characters
type string
required
ldapsaml

Responses

200 Response application/json
status boolean optional
data object optional
{
    "status": true,
    "data": {}
}