SCIM Connection Object
Fields
organization_id string
connection_id string
status string
display_name string
identity_provider string
base_url string
bearer_token string
bearer_token_expires_at timestamp
bearer_token_last_four string
next_bearer_token string
next_bearer_token_expires_at timestamp
scim_group_implicit_role_assignments array[objects]
OBJECT
{
"connection": {
"organization_id": "organization-test-07971b06-ac8b-4cdb-9c15-63b17e653931"
"connection_id": "scim-connection-test-cdd5415a-c470-42be-8369-5c90cf7762dc"
"status": "active",
"display_name": "My SCIM Connection"
"identity_provider": "okta"
"base_url": "https://test.stytch.com/v1/b2b/scim/scim-connection-test-cdd5415a-c470-42be-8369-5c90cf7762dc"
"bearer_token": "9LmcAfUxGGMSNzfROGY762wTD3A6DQsD3hmxbrAJaEjTsdko"
"bearer_token_last_four": "sdko"
"bearer_token_expires_at": "2029-03-20T21:28:28Z"
"next_bearer_token": "8TqbGcJyFFLSNveQPGZ861xSE2B7CPtC2gnyasAIbDiUrcjn"
"next_bearer_token_expires_at": "2030-03-20T21:28:28Z"
"scim_implicit_role_assignments": [
{
"role_id": "example_role_id",
"group_id": "scim-group-test-5c44cc6a-8af7-48d6-8da7-ea821342f5a6",
}
],
},
}