v4
latestSwagger 2.02026-08-0343714211.7 MBsso_events
SSO Events
Show SSO Event
Show SSO Event
get/sso_events/{id}
Path parameters
idinteger required
Sso Event ID.
Response
The SsoEvents object.
Example response
{
"id": 1,
"event_type": "example",
"status": "example",
"body": "example",
"event_errors": [
"example"
],
"created_at": "2000-01-01T01:00:00Z",
"body_url": "example",
"user_id": 1,
"username": "example",
"idp_uid": "example",
"provider": "example",
"provider_label": "example",
"ip": "example",
"region": "example"
}