Skip to content

Update OpenAPI spec (2026-03-17)#1

Merged
gjtorikian merged 1 commit intomainfrom
update-spec-20260317-205658-23216031982
Mar 17, 2026
Merged

Update OpenAPI spec (2026-03-17)#1
gjtorikian merged 1 commit intomainfrom
update-spec-20260317-205658-23216031982

Conversation

@workos-sdk-automation
Copy link
Copy Markdown
Contributor

🤖 I see new OpenAPI changes beep boop

Automated update from https://github.com/workos/workos/tree/74967ba74f9d568f8bc971f248db796791cc319f

Source PRs

  • workos/workos#50624
  • workos/workos#52966
  • workos/workos#53255
  • workos/workos#53428
  • workos/workos#53577
  • workos/workos#53578
  • workos/workos#53950
  • workos/workos#54317
  • workos/workos#54363
  • workos/workos#54442

Changes

├─┬Paths
│ ├──[➖] roles (12698:3)❌ 
│ ├──[➖] resource-types (3935:3)❌ 
│ ├──[➖] roles (13111:3)❌ 
│ ├──[➖] webhooks (22467:3)❌ 
│ ├──[➖] app_homepage_url (13896:3)❌ 
│ ├──[➖] send (16910:3)❌ 
│ ├──[➖] {type_slug} (4360:3)❌ 
│ ├──[➖] send (18589:3)❌ 
│ ├──[➕] {clientId} (13977:3)
│ ├──[➕] enroll (875:3)
│ ├──[➕] logout (14071:3)
│ ├──[➕] verify (742:3)
│ ├──[➕] identities (21241:3)
│ ├──[➕] {id} (1048:3)
│ ├──[➕] authorize (14124:3)
│ ├──[➕] challenge (1234:3)
│ ├──[➕] complete (1330:3)
│ ├─┬/user_management/organization_memberships/{id}/reactivate
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬role
│ │                 ├──[➕] description (19050:34)
│ │                 └─┬Properties
│ │                   └─┬slug
│ │                     └──[🔀] example (19047:34)
│ ├─┬/user_management/password_reset
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬Content
│ │   │     └─┬application/json
│ │   │       └─┬Schema
│ │   │         └─┬Properties
│ │   │           ├─┬password_reset_url
│ │   │           │ └──[🔀] example (19171:30)
│ │   │           └─┬email
│ │   │             └──[🔀] example (19153:30)
│ │   └─┬Extensions
│ │     └──[➕] x-sends-email/true (19269:22)
│ ├─┬/authorization/organizations/{organization_id}/resources/{resource_type_slug}/{external_id}/organization_memberships
│ │ └─┬GET
│ │   ├──[🔀] summary (3962:16)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (4155:21)
│ ├─┬/user_management/password_reset/{id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬password_reset_url
│ │               │ └──[🔀] example (19535:30)
│ │               └─┬email
│ │                 └──[🔀] example (19517:30)
│ ├─┬/user_management/users/{user_id}/data_providers
│ │ └─┬GET
│ │   ├──[🔀] description (22357:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬data
│ │                 └──[🔀] description (22608:34)
│ ├─┬/directory_users/{id}
│ │ └─┬GET
│ │   ├──[🔀] summary (9907:16)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬emails
│ │               │ └─┬Schema
│ │               │   └─┬Properties
│ │               │     └─┬value
│ │               │       └──[🔀] example (9988:36)
│ │               ├─┬roles
│ │               │ └─┬Schema
│ │               │   └─┬Properties
│ │               │     └─┬slug
│ │               │       └──[🔀] example (10041:36)
│ │               ├─┬username
│ │               │ └──[🔀] example (10001:30)
│ │               ├─┬role
│ │               │ └─┬Properties
│ │               │   └─┬slug
│ │               │     └──[🔀] example (10029:34)
│ │               └─┬email
│ │                 └──[🔀] example (9957:30)
│ ├─┬/organization_domains
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬state
│ │                 └──[🔀] example (11203:30)
│ ├─┬/user_management/invitations/{id}/accept
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬accepted_at
│ │               │ └──[🔀] description (17171:34)
│ │               ├─┬state
│ │               │ └──[🔀] example (17165:30)
│ │               ├─┬email
│ │               │ └──[🔀] example (17156:30)
│ │               └─┬revoked_at
│ │                 ├──[🔀] example (17183:30)
│ │                 └──[🔀] description (17180:34)
│ ├─┬/directory_groups
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (9348:21)
│ ├─┬/organizations
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬list_metadata
│ │ │             │ └──[🔀] $ref (11708:21)
│ │ │             └─┬data
│ │ │               └─┬Schema
│ │ │                 └─┬Properties
│ │ │                   ├─┬external_id
│ │ │                   │ └──[🔀] example (11675:36)
│ │ │                   ├─┬stripe_customer_id
│ │ │                   │ └──[🔀] example (11679:36)
│ │ │                   ├─┬domains
│ │ │                   │ └─┬Schema
│ │ │                   │   └─┬Properties
│ │ │                   │     └─┬state
│ │ │                   │       └──[🔀] example (11623:42)
│ │ │                   └─┬metadata
│ │ │                     └──[🔀] example (11666:29)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬domains
│ │               │ └─┬Schema
│ │               │   └─┬Properties
│ │               │     └─┬state
│ │               │       └──[🔀] example (11816:36)
│ │               ├─┬stripe_customer_id
│ │               │ └──[🔀] example (11872:30)
│ │               ├─┬metadata
│ │               │ └──[🔀] example (11859:23)
│ │               └─┬external_id
│ │                 └──[🔀] example (11868:30)
│ ├─┬/audit_logs/actions/{actionName}/schemas
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬ALLOF
│ │               └─┬Properties
│ │                 └─┬list_metadata
│ │                   └──[🔀] $ref (385:25)
│ ├─┬/audit_logs/exports
│ │ └─┬POST
│ │   ├──[🔀] description (631:20)
│ │   └─┬Responses
│ │     └─┬400
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬ANYOF
│ │               └─┬Properties
│ │                 └─┬message
│ │                   └──[➕] example (680:27)
│ ├─┬/feature-flags
│ │ └─┬GET
│ │   ├──[🔀] summary (10388:16)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬data
│ │               │ └─┬Schema
│ │               │   └─┬Properties
│ │               │     └─┬enabled
│ │               │       └──[🔀] example (10516:36)
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (10547:21)
│ ├─┬/organization_domains/{id}/verify
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬state
│ │                 └──[🔀] example (11426:30)
│ ├─┬/user_management/users/{user_id}/connected_accounts/{slug}
│ │ └─┬GET
│ │   └──[🔀] description (22178:20)
│ ├─┬/directory_users
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬data
│ │               │ └─┬Schema
│ │               │   └─┬Properties
│ │               │     ├─┬role
│ │               │     │ └─┬Properties
│ │               │     │   └─┬slug
│ │               │     │     └──[🔀] example (9723:40)
│ │               │     ├─┬email
│ │               │     │ └──[🔀] example (9649:36)
│ │               │     ├─┬username
│ │               │     │ └──[🔀] example (9693:36)
│ │               │     ├─┬roles
│ │               │     │ └─┬Schema
│ │               │     │   └─┬Properties
│ │               │     │     └─┬slug
│ │               │     │       └──[🔀] example (9735:42)
│ │               │     └─┬emails
│ │               │       └─┬Schema
│ │               │         └─┬Properties
│ │               │           └─┬value
│ │               │             └──[🔀] example (9680:42)
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (9826:21)
│ ├─┬/user_management/users/{userId}/feature-flags
│ │ └─┬GET
│ │   ├──[🔀] description (21587:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬data
│ │               │ └─┬Schema
│ │               │   └─┬Properties
│ │               │     └─┬enabled
│ │               │       └──[🔀] example (21722:36)
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (21753:21)
│ ├─┬/connect/client_secrets/{id}
│ │ └─┬DELETE
│ │   ├──[🔀] description (7837:20)
│ │   └─┬Parameters
│ │     └─┬id
│ │       └─┬Schema
│ │         └──[🔀] example (7845:22)
│ ├─┬/authorization/organizations/{organizationId}/roles/{slug}
│ │ ├─┬GET
│ │ │ ├──[🔀] description (2784:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬type
│ │ │             │ └──[🔀] example (2841:30)
│ │ │             ├─┬description
│ │ │             │ └──[🔀] example (2832:30)
│ │ │             ├─┬name
│ │ │             │ └──[🔀] example (2826:30)
│ │ │             └─┬slug
│ │ │               └──[🔀] example (2813:30)
│ │ └─┬PATCH
│ │   ├──[🔀] summary (2906:16)
│ │   ├──[🔀] description (2907:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬slug
│ │               │ └──[🔀] example (2942:30)
│ │               ├─┬description
│ │               │ └──[🔀] example (2961:30)
│ │               ├─┬name
│ │               │ └──[🔀] example (2955:30)
│ │               └─┬type
│ │                 └──[🔀] example (2970:30)
│ ├─┬/authorization/organizations/{organization_id}/resources/{resource_type_slug}/{external_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (3603:16)
│ │ │ └──[🔀] description (3604:20)
│ │ └─┬PATCH
│ │   ├──[🔀] summary (3729:16)
│ │   └──[🔀] description (3730:20)
│ ├─┬/user_management/users/{user_id}/authorized_applications/{application_id}
│ │ └─┬DELETE
│ │   ├─┬Tags
│ │   │ ├──[➖] user-management.users (21178:11)❌ 
│ │   │ └──[➕] user-management.users.authorized-applications (22172:11)
│ │   └──[🔀] summary (22138:16)
│ ├─┬/user_management/invitations/by_token/{token}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬accepted_at
│ │               │ ├──[🔀] example (16900:30)
│ │               │ └──[🔀] description (16897:34)
│ │               ├─┬accepted_user_id
│ │               │ └──[🔀] example (16936:30)
│ │               ├─┬email
│ │               │ └──[🔀] example (16882:30)
│ │               └─┬revoked_at
│ │                 ├──[🔀] example (16909:30)
│ │                 └──[🔀] description (16906:34)
│ ├─┬/sso/authorize
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├──[➕] provider_query_params (13799:17)
│ │     └──[➕] provider_scopes (13783:17)
│ ├─┬/connect/applications
│ │ ├─┬GET
│ │ │ ├──[🔀] description (6687:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             └─┬list_metadata
│ │ │               └──[🔀] $ref (6936:21)
│ │ └─┬POST
│ │   ├──[🔀] description (6984:20)
│ │   └─┬Request Body
│ │     └─┬Content
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (6993:15)
│ ├─┬/organizations/{organizationId}/feature-flags
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬data
│ │               │ └─┬Schema
│ │               │   └─┬Properties
│ │               │     └─┬enabled
│ │               │       └──[🔀] example (13247:36)
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (13278:21)
│ ├─┬/authorization/permissions
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬data
│ │ │             │ └─┬Schema
│ │ │             │   └─┬Properties
│ │ │             │     ├─┬description
│ │ │             │     │ └──[🔀] example (4345:36)
│ │ │             │     ├─┬name
│ │ │             │     │ └──[🔀] example (4339:36)
│ │ │             │     └─┬slug
│ │ │             │       └──[🔀] example (4335:36)
│ │ │             └─┬list_metadata
│ │ │               └──[🔀] $ref (4381:21)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬name
│ │               │ └──[🔀] example (4465:30)
│ │               ├─┬description
│ │               │ └──[🔀] example (4471:30)
│ │               └─┬slug
│ │                 └──[🔀] example (4461:30)
│ ├─┬/organizations/external_id/{external_id}
│ │ └─┬GET
│ │   ├──[🔀] description (11965:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬metadata
│ │               │ └──[🔀] example (12071:23)
│ │               ├─┬domains
│ │               │ └─┬Schema
│ │               │   └─┬Properties
│ │               │     └─┬state
│ │               │       └──[🔀] example (12028:36)
│ │               ├─┬stripe_customer_id
│ │               │ └──[🔀] example (12084:30)
│ │               └─┬external_id
│ │                 └──[🔀] example (12080:30)
│ ├─┬/user_management/users
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬organization
│ │   │   └──[➕] deprecated (19812:23)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (19940:21)
│ ├─┬/user_management/users/{id}/email_verification/send
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬user
│ │                 └──[➕] description (21185:34)
│ ├─┬/connect/applications/{id}
│ │ ├─┬GET
│ │ │ └──[🔀] description (7202:20)
│ │ └─┬PUT
│ │   ├──[🔀] description (7403:20)
│ │   └─┬Request Body
│ │     └─┬Content
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (23840:13)
│ ├─┬/sso/token
│ │ └─┬POST
│ │   ├──[🔀] description (14418:20)
│ │   ├─┬Parameters
│ │   │ └─┬grant_type
│ │   │   └─┬Schema
│ │   │     └──[➕] const (14452:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬profile
│ │               │ ├──[➕] description (14629:34)
│ │               │ └─┬Properties
│ │               │   ├─┬raw_attributes
│ │               │   │ └──[➕] description (14615:38)
│ │               │   ├─┬groups
│ │               │   │ └──[➕] example (14604:27)
│ │               │   ├─┬custom_attributes
│ │               │   │ └──[➕] description (14609:38)
│ │               │   └─┬role
│ │               │     ├──[➕] description (14583:38)
│ │               │     └─┬ONEOF
│ │               │       └─┬Properties
│ │               │         └─┬slug
│ │               │           └──[🔀] example (14592:42)
│ │               ├─┬access_token
│ │               │ └──[🔀] description (14473:34)
│ │               └─┬oauth_tokens
│ │                 └──[➕] description (14666:34)
│ ├─┬/radar/attempts/{id}
│ │ └─┬PUT
│ │   ├──[➕] requestBody (13560:9)❌ 
│ │   └──[🔀] description (13547:20)
│ ├─┬/user_management/users/external_id/{external_id}
│ │ └─┬GET
│ │   └──[🔀] description (20259:20)
│ ├─┬/feature-flags/{slug}/enable
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬enabled
│ │                 └──[🔀] example (10969:30)
│ ├─┬/authorization/resources
│ │ └─┬GET
│ │   ├──[🔀] summary (4848:16)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (5027:21)
│ ├─┬/webhook_endpoints
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (23218:21)
│ ├─┬/organizations/{organizationId}/api_keys
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬data
│ │ │             │ └─┬Schema
│ │ │             │   └─┬Properties
│ │ │             │     ├─┬owner
│ │ │             │     │ └──[➕] description (12875:40)
│ │ │             │     ├─┬last_used_at
│ │ │             │     │ └──[🔀] example (12889:36)
│ │ │             │     ├─┬permissions
│ │ │             │     │ └──[➕] example (12896:29)
│ │ │             │     ├─┬name
│ │ │             │     │ └──[🔀] example (12879:36)
│ │ │             │     └─┬obfuscated_value
│ │ │             │       └──[🔀] example (12883:36)
│ │ │             └─┬list_metadata
│ │ │               └──[🔀] $ref (12920:21)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬name
│ │               │ └──[🔀] example (13018:30)
│ │               ├─┬permissions
│ │               │ └──[➕] example (13035:23)
│ │               ├─┬last_used_at
│ │               │ └──[🔀] example (13028:30)
│ │               ├─┬value
│ │               │ └──[🔀] example (13052:30)
│ │               ├─┬obfuscated_value
│ │               │ └──[🔀] example (13022:30)
│ │               └─┬owner
│ │                 └──[➕] description (13014:34)
│ ├─┬/user_management/users/{id}/sessions
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬ALLOF
│ │               ├─┬Properties
│ │               │ └─┬list_metadata
│ │               │   └──[🔀] $ref (21395:25)
│ │               └─┬Properties
│ │                 └─┬data
│ │                   └─┬Schema
│ │                     └─┬Properties
│ │                       └─┬ended_at
│ │                         └──[🔀] example (21526:40)
│ ├─┬/user_management/users/{userlandUserId}/auth_factors
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬list_metadata
│ │ │             │ └──[🔀] $ref (23045:21)
│ │ │             └─┬data
│ │ │               └─┬Schema
│ │ │                 └─┬Properties
│ │ │                   ├─┬totp
│ │ │                   │ └──[➕] description (23026:40)
│ │ │                   ├─┬sms
│ │ │                   │ └──[➕] description (22959:40)
│ │ │                   └─┬type
│ │ │                     └──[🔀] description (22942:40)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬authentication_factor
│ │                 └─┬Properties
│ │                   ├─┬type
│ │                   │ └──[🔀] description (22680:38)
│ │                   ├─┬sms
│ │                   │ └──[➕] description (22697:38)
│ │                   └─┬totp
│ │                     └──[➕] description (22764:38)
│ ├─┬/user_management/users/{user_id}/authorized_applications
│ │ └─┬GET
│ │   ├─┬Tags
│ │   │ ├──[➖] user-management.users (21139:11)❌ 
│ │   │ └──[➕] user-management.users.authorized-applications (22133:11)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (22077:21)
│ ├─┬/events
│ │ └─┬GET
│ │   ├──[🔀] summary (10161:16)
│ │   ├─┬Parameters
│ │   │ ├──[➕] events (10216:17)
│ │   │ ├──[➕] range_start (10231:17)
│ │   │ ├──[➕] range_end (10238:17)
│ │   │ └──[➕] organization_id (10245:17)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬list_metadata
│ │               │ └──[➕] description (10332:34)
│ │               └─┬data
│ │                 └─┬Schema
│ │                   └─┬Properties
│ │                     └─┬data
│ │                       └──[➕] example (10288:29)
│ ├─┬/authorization/organizations/{organizationId}/roles/priority
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬data
│ │                 └─┬Schema
│ │                   └─┬Properties
│ │                     ├─┬description
│ │                     │ └──[🔀] example (2656:36)
│ │                     ├─┬slug
│ │                     │ └──[🔀] example (2637:36)
│ │                     ├─┬name
│ │                     │ └──[🔀] example (2650:36)
│ │                     └─┬type
│ │                       └──[🔀] example (2665:36)
│ ├─┬/api_keys/validations
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬api_key
│ │                 └─┬ONEOF
│ │                   └─┬Properties
│ │                     ├─┬name
│ │                     │ └──[🔀] example (54:38)
│ │                     ├─┬last_used_at
│ │                     │ └──[🔀] example (64:38)
│ │                     ├─┬owner
│ │                     │ └──[➕] description (50:42)
│ │                     ├─┬permissions
│ │                     │ └──[➕] example (71:31)
│ │                     └─┬obfuscated_value
│ │                       └──[🔀] example (58:38)
│ ├─┬/user_management/users/{id}/email_verification/confirm
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬user
│ │                 └──[➕] description (20972:34)
│ ├─┬/user_management/magic_auth
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬Content
│ │   │     └─┬application/json
│ │   │       └─┬Schema
│ │   │         └─┬Properties
│ │   │           └─┬email
│ │   │             └──[🔀] example (17729:30)
│ │   └─┬Extensions
│ │     └──[➕] x-sends-email/true (17842:22)
│ ├─┬/authorization/resources/{resource_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (5246:16)
│ │ │ └──[🔀] description (5247:20)
│ │ └─┬PATCH
│ │   └──[🔀] summary (5367:16)
│ ├─┬/authorization/roles/{slug}/permissions
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬description
│ │ │             │ └──[🔀] example (6425:30)
│ │ │             ├─┬slug
│ │ │             │ └──[🔀] example (6406:30)
│ │ │             └─┬name
│ │ │               └──[🔀] example (6419:30)
│ │ └─┬POST
│ │   ├──[🔀] description (6532:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬name
│ │               │ └──[🔀] example (6573:30)
│ │               ├─┬description
│ │               │ └──[🔀] example (6579:30)
│ │               └─┬slug
│ │                 └──[🔀] example (6560:30)
│ ├─┬/user_management/organization_memberships
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬ALLOF
│ │ │             ├─┬Properties
│ │ │             │ └─┬list_metadata
│ │ │             │   └──[🔀] $ref (18036:25)
│ │ │             └─┬Properties
│ │ │               └─┬data
│ │ │                 └─┬Schema
│ │ │                   └─┬Properties
│ │ │                     └─┬role
│ │ │                       ├──[➕] description (18145:44)
│ │ │                       └─┬Properties
│ │ │                         └─┬slug
│ │ │                           └──[🔀] example (18142:44)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬role
│ │                 ├──[➕] description (18314:34)
│ │                 └─┬Properties
│ │                   └─┬slug
│ │                     └──[🔀] example (18311:34)
│ ├─┬/authorization/roles/{slug}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬description
│ │ │             │ └──[🔀] example (6152:30)
│ │ │             ├─┬slug
│ │ │             │ └──[🔀] example (6133:30)
│ │ │             └─┬name
│ │ │               └──[🔀] example (6146:30)
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬description
│ │               │ └──[🔀] example (6272:30)
│ │               ├─┬slug
│ │               │ └──[🔀] example (6253:30)
│ │               └─┬name
│ │                 └──[🔀] example (6266:30)
│ ├─┬/connect/applications/{id}/client_secrets
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Schema
│ │ │             └─┬Properties
│ │ │               ├─┬secret_hint
│ │ │               │ └──[🔀] example (7690:32)
│ │ │               ├─┬id
│ │ │               │ └──[🔀] example (7684:32)
│ │ │               └─┬last_used_at
│ │ │                 └──[🔀] example (7698:32)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬secret
│ │               │ └──[🔀] example (7795:30)
│ │               ├─┬last_used_at
│ │               │ └──[🔀] example (7779:30)
│ │               ├─┬secret_hint
│ │               │ └──[🔀] example (7771:30)
│ │               └─┬id
│ │                 └──[🔀] example (7765:30)
│ ├─┬/widgets/token
│ │ └─┬POST
│ │   ├──[🔀] summary (23433:16)
│ │   └──[🔀] description (23434:20)
│ ├─┬/directories
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬list_metadata
│ │               │ └──[🔀] $ref (8937:21)
│ │               └─┬data
│ │                 └─┬Schema
│ │                   └─┬Properties
│ │                     └─┬metadata
│ │                       ├──[➕] description (8912:40)
│ │                       └─┬Properties
│ │                         └─┬users
│ │                           └──[➕] description (8904:44)
│ ├─┬/sso/profile
│ │ └─┬GET
│ │   ├──[🔀] description (14229:20)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬Content
│ │   │     └─┬application/json
│ │   │       └─┬Schema
│ │   │         └─┬Properties
│ │   │           ├─┬role
│ │   │           │ ├──[➕] description (14341:34)
│ │   │           │ └─┬ONEOF
│ │   │           │   └─┬Properties
│ │   │           │     └─┬slug
│ │   │           │       └──[🔀] example (14350:38)
│ │   │           ├─┬groups
│ │   │           │ └──[➕] example (14362:23)
│ │   │           ├─┬raw_attributes
│ │   │           │ └──[➕] description (14373:34)
│ │   │           └─┬custom_attributes
│ │   │             └──[➕] description (14367:34)
│ │   └─┬Security Requirements
│ │     └──[➕] access_token (14228:11)
│ ├─┬/authorization/organizations/{organizationId}/roles
│ │ ├─┬GET
│ │ │ ├──[🔀] description (2471:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             └─┬data
│ │ │               └─┬Schema
│ │ │                 └─┬Properties
│ │ │                   ├─┬type
│ │ │                   │ └──[🔀] example (2531:36)
│ │ │                   ├─┬description
│ │ │                   │ └──[🔀] example (2522:36)
│ │ │                   ├─┬name
│ │ │                   │ └──[🔀] example (2516:36)
│ │ │                   └─┬slug
│ │ │                     └──[🔀] example (2503:36)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬name
│ │               │ └──[🔀] example (2339:30)
│ │               ├─┬slug
│ │               │ └──[🔀] example (2326:30)
│ │               ├─┬description
│ │               │ └──[🔀] example (2345:30)
│ │               └─┬type
│ │                 └──[🔀] example (2354:30)
│ ├─┬/user_management/magic_auth/{id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬email
│ │                 └──[🔀] example (17882:30)
│ ├─┬/user_management/invitations/{id}/resend
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬Content
│ │   │     └─┬application/json
│ │   │       └─┬Schema
│ │   │         └─┬Properties
│ │   │           ├─┬accepted_user_id
│ │   │           │ └──[🔀] example (17374:30)
│ │   │           ├─┬email
│ │   │           │ └──[🔀] example (17320:30)
│ │   │           ├─┬accepted_at
│ │   │           │ ├──[🔀] example (17338:30)
│ │   │           │ └──[🔀] description (17335:34)
│ │   │           └─┬revoked_at
│ │   │             ├──[🔀] example (17347:30)
│ │   │             └──[🔀] description (17344:34)
│ │   └─┬Extensions
│ │     └──[➕] x-sends-email/true (17485:22)
│ ├─┬/user_management/invitations/{id}/revoke
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬accepted_user_id
│ │               │ └──[🔀] example (17572:30)
│ │               ├─┬state
│ │               │ └──[🔀] example (17527:30)
│ │               ├─┬revoked_at
│ │               │ └──[🔀] description (17542:34)
│ │               ├─┬accepted_at
│ │               │ ├──[🔀] example (17536:30)
│ │               │ └──[🔀] description (17533:34)
│ │               └─┬email
│ │                 └──[🔀] example (17518:30)
│ ├─┬/user_management/password_reset/confirm
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬user
│ │                 └──[➕] description (19384:34)
│ ├─┬/feature-flags/{slug}
│ │ └─┬GET
│ │   ├──[🔀] summary (10627:16)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬enabled
│ │                 └──[🔀] example (10709:30)
│ ├─┬/radar/lists/{type}/{action}
│ │ ├─┬POST
│ │ │ ├──[➕] requestBody (13643:9)❌ 
│ │ │ └─┬Parameters
│ │ │   ├─┬type
│ │ │   │ └─┬Schema
│ │ │   │   ├──[➕] enum (13628:17)
│ │ │   │   ├──[➕] enum (13622:17)
│ │ │   │   ├──[➕] enum (13623:17)
│ │ │   │   ├──[➕] enum (13624:17)
│ │ │   │   ├──[➕] enum (13625:17)
│ │ │   │   ├──[➕] enum (13626:17)
│ │ │   │   └──[➕] enum (13627:17)
│ │ │   └─┬action
│ │ │     └─┬Schema
│ │ │       ├──[➕] enum (13639:17)
│ │ │       └──[➕] enum (13640:17)
│ │ └─┬DELETE
│ │   ├──[➕] requestBody (13722:9)❌ 
│ │   └─┬Parameters
│ │     ├─┬type
│ │     │ └─┬Schema
│ │     │   ├──[➕] enum (13701:17)
│ │     │   ├──[➕] enum (13702:17)
│ │     │   ├──[➕] enum (13703:17)
│ │     │   ├──[➕] enum (13704:17)
│ │     │   ├──[➕] enum (13705:17)
│ │     │   ├──[➕] enum (13706:17)
│ │     │   └──[➕] enum (13707:17)
│ │     └─┬action
│ │       └─┬Schema
│ │         ├──[➕] enum (13718:17)
│ │         └──[➕] enum (13719:17)
│ ├─┬/audit_logs/actions
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬ALLOF
│ │               └─┬Properties
│ │                 └─┬list_metadata
│ │                   └──[🔀] $ref (210:25)
│ ├─┬/authorization/organizations/{organizationId}/roles/{slug}/permissions
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬type
│ │ │             │ └──[🔀] example (3234:30)
│ │ │             ├─┬description
│ │ │             │ └──[🔀] example (3225:30)
│ │ │             ├─┬slug
│ │ │             │ └──[🔀] example (3206:30)
│ │ │             └─┬name
│ │ │               └──[🔀] example (3219:30)
│ │ └─┬POST
│ │   ├──[🔀] summary (3312:16)
│ │   ├──[🔀] description (3313:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬description
│ │               │ └──[🔀] example (3367:30)
│ │               ├─┬name
│ │               │ └──[🔀] example (3361:30)
│ │               ├─┬type
│ │               │ └──[🔀] example (3376:30)
│ │               └─┬slug
│ │                 └──[🔀] example (3348:30)
│ ├─┬/user_management/invitations/{id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬revoked_at
│ │               │ ├──[🔀] example (17045:30)
│ │               │ └──[🔀] description (17042:34)
│ │               ├─┬email
│ │               │ └──[🔀] example (17018:30)
│ │               ├─┬accepted_user_id
│ │               │ └──[🔀] example (17072:30)
│ │               └─┬accepted_at
│ │                 ├──[🔀] example (17036:30)
│ │                 └──[🔀] description (17033:34)
│ ├─┬/user_management/organization_memberships/{id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             └─┬role
│ │ │               ├──[➕] description (18521:34)
│ │ │               └─┬Properties
│ │ │                 └─┬slug
│ │ │                   └──[🔀] example (18518:34)
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬role
│ │                 ├──[➕] description (18675:34)
│ │                 └─┬Properties
│ │                   └─┬slug
│ │                     └──[🔀] example (18672:34)
│ ├─┬/user_management/sessions/logout
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬session_id
│ │   │   └──[🔀] description (19676:24)
│ │   └─┬Responses
│ │     ├─┬302
│ │     │ └──[➕] headers/location (19700:15)
│ │     └─┬200
│ │       └──[➕] headers/location (19693:15)
│ ├─┬/authorization/organization_memberships/{organization_membership_id}/resources
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (1760:21)
│ ├─┬/directories/{id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬metadata
│ │                 ├──[➕] description (9109:34)
│ │                 └─┬Properties
│ │                   └─┬users
│ │                     └──[➕] description (9101:38)
│ ├─┬/organization_domains/{id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             └─┬state
│ │ │               └──[🔀] example (11302:30)
│ │ └─┬DELETE
│ │   └──[🔀] description (11353:20)
│ ├─┬/user_management/authorize
│ │ └─┬GET
│ │   └─┬Parameters
│ │     ├─┬provider
│ │     │ └─┬Schema
│ │     │   ├──[➕] enum (16001:17)
│ │     │   ├──[➕] enum (16002:17)
│ │     │   ├──[➕] enum (16003:17)
│ │     │   ├──[➕] enum (16004:17)
│ │     │   └──[➕] enum (16000:17)
│ │     ├──[➕] code_challenge_method (15905:17)
│ │     ├──[➕] code_challenge (15915:17)
│ │     ├──[➕] domain_hint (15924:17)
│ │     └──[➕] connection_id (15931:17)
│ ├─┬/api_keys/{id}
│ │ └─┬DELETE
│ │   └──[🔀] description (118:20)
│ ├─┬/organizations/{id}/audit_log_configuration
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬log_stream
│ │                 ├──[➕] description (12670:34)
│ │                 └─┬Properties
│ │                   ├─┬last_synced_at
│ │                   │ └──[🔀] description (12654:38)
│ │                   └─┬type
│ │                     ├──[🔀] example (12640:34)
│ │                     ├──[➕] enum (12635:29)
│ │                     ├──[➕] enum (12636:29)
│ │                     ├──[➕] enum (12637:29)
│ │                     ├──[➕] enum (12638:29)
│ │                     ├──[➕] enum (12633:29)
│ │                     └──[➕] enum (12634:29)
│ ├─┬/radar/attempts
│ │ └─┬POST
│ │   ├──[➕] requestBody (13410:9)❌ 
│ │   ├──[🔀] summary (13406:16)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬blocklist_type
│ │               │ └──[➕] description (13520:34)
│ │               ├─┬reason
│ │               │ └──[🔀] example (13488:30)
│ │               ├─┬control
│ │               │ └──[➕] description (13506:34)
│ │               └─┬verdict
│ │                 └──[🔀] example (13484:30)
│ ├─┬/organizations/{id}
│ │ ├─┬GET
│ │ │ ├──[🔀] description (12130:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬stripe_customer_id
│ │ │             │ └──[🔀] example (12249:30)
│ │ │             ├─┬metadata
│ │ │             │ └──[🔀] example (12236:23)
│ │ │             ├─┬external_id
│ │ │             │ └──[🔀] example (12245:30)
│ │ │             └─┬domains
│ │ │               └─┬Schema
│ │ │                 └─┬Properties
│ │ │                   └─┬state
│ │ │                     └──[🔀] example (12193:36)
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬external_id
│ │ │             │ └──[🔀] example (12413:30)
│ │ │             ├─┬metadata
│ │ │             │ └──[🔀] example (12404:23)
│ │ │             ├─┬stripe_customer_id
│ │ │             │ └──[🔀] example (12417:30)
│ │ │             └─┬domains
│ │ │               └─┬Schema
│ │ │                 └─┬Properties
│ │ │                   └─┬state
│ │ │                     └──[🔀] example (12361:36)
│ │ └─┬DELETE
│ │   └──[🔀] description (12549:20)
│ ├─┬/connections
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬connection_type
│ │   │   └─┬Schema
│ │   │     ├──[🔀] example (7920:22)
│ │   │     ├──[➕] enum (7967:17)
│ │   │     ├──[➕] enum (7927:17)
│ │   │     ├──[➕] enum (7933:17)
│ │   │     ├──[➕] enum (7939:17)
│ │   │     ├──[➕] enum (7956:17)
│ │   │     ├──[➕] enum (7928:17)
│ │   │     ├──[➕] enum (7932:17)
│ │   │     ├──[➕] enum (7950:17)
│ │   │     ├──[➕] enum (7954:17)
│ │   │     ├──[➕] enum (7964:17)
│ │   │     ├──[➕] enum (7926:17)
│ │   │     ├──[➕] enum (7931:17)
│ │   │     ├──[➕] enum (7936:17)
│ │   │     ├──[➕] enum (7937:17)
│ │   │     ├──[➕] enum (7938:17)
│ │   │     ├──[➕] enum (7947:17)
│ │   │     ├──[➕] enum (7953:17)
│ │   │     ├──[➕] enum (7961:17)
│ │   │     ├──[➕] enum (7930:17)
│ │   │     ├──[➕] enum (7935:17)
│ │   │     ├──[➕] enum (7948:17)
│ │   │     ├──[➕] enum (7951:17)
│ │   │     ├──[➕] enum (7959:17)
│ │   │     ├──[➕] enum (7960:17)
│ │   │     ├──[➕] enum (7969:17)
│ │   │     ├──[➕] enum (7949:17)
│ │   │     ├──[➕] enum (7922:17)
│ │   │     ├──[➕] enum (7924:17)
│ │   │     ├──[➕] enum (7943:17)
│ │   │     ├──[➕] enum (7946:17)
│ │   │     ├──[➕] enum (7955:17)
│ │   │     ├──[➕] enum (7963:17)
│ │   │     ├──[➕] enum (7934:17)
│ │   │     ├──[➕] enum (7957:17)
│ │   │     ├──[➕] enum (7958:17)
│ │   │     ├──[➕] enum (7962:17)
│ │   │     ├──[➕] enum (7925:17)
│ │   │     ├──[➕] enum (7929:17)
│ │   │     ├──[➕] enum (7940:17)
│ │   │     ├──[➕] enum (7952:17)
│ │   │     ├──[➕] enum (7968:17)
│ │   │     ├──[➕] enum (7923:17)
│ │   │     ├──[➕] enum (7941:17)
│ │   │     ├──[➕] enum (7942:17)
│ │   │     ├──[➕] enum (7944:17)
│ │   │     ├──[➕] enum (7945:17)
│ │   │     ├──[➕] enum (7965:17)
│ │   │     └──[➕] enum (7966:17)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (8167:21)
│ ├─┬/authorization/organizations/{organizationId}/roles/{slug}/permissions/{permissionSlug}
│ │ └─┬DELETE
│ │   ├─┬Parameters
│ │   │ └─┬permissionSlug
│ │   │   └─┬Schema
│ │   │     └──[🔀] example (3497:22)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬description
│ │               │ └──[🔀] example (3528:30)
│ │               ├─┬type
│ │               │ └──[🔀] example (3537:30)
│ │               ├─┬name
│ │               │ └──[🔀] example (3522:30)
│ │               └─┬slug
│ │                 └──[🔀] example (3509:30)
│ ├─┬/authorization/roles
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             └─┬data
│ │ │               └─┬Schema
│ │ │                 └─┬Properties
│ │ │                   ├─┬description
│ │ │                   │ └──[🔀] example (6046:36)
│ │ │                   ├─┬name
│ │ │                   │ └──[🔀] example (6040:36)
│ │ │                   └─┬slug
│ │ │                     └──[🔀] example (6027:36)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬name
│ │               │ └──[🔀] example (5873:30)
│ │               ├─┬description
│ │               │ └──[🔀] example (5879:30)
│ │               └─┬slug
│ │                 └──[🔀] example (5860:30)
│ ├─┬/authorization/resources/{resource_id}/organization_memberships
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               └─┬list_metadata
│ │                 └──[🔀] $ref (5747:21)
│ ├─┬/user_management/authorize/device
│ │ └─┬POST
│ │   ├──[➕] requestBody (16087:9)❌ 
│ │   ├──[🔀] summary (16077:16)
│ │   ├──[🔀] description (16078:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬verification_uri
│ │               │ └──[🔀] example (16120:30)
│ │               ├─┬verification_uri_complete
│ │               │ └──[🔀] example (16125:30)
│ │               ├─┬device_code
│ │               │ └──[🔀] example (16110:30)
│ │               ├─┬user_code
│ │               │ └──[🔀] example (16115:30)
│ │               └─┬expires_in
│ │                 └──[🔀] example (16129:30)
│ ├─┬/user_management/invitations
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬email
│ │ │ │   └─┬Schema
│ │ │ │     └──[🔀] example (16416:22)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬ALLOF
│ │ │             ├─┬Properties
│ │ │             │ └─┬list_metadata
│ │ │             │   └──[🔀] $ref (16432:25)
│ │ │             └─┬Properties
│ │ │               └─┬data
│ │ │                 └─┬Schema
│ │ │                   └─┬Properties
│ │ │                     ├─┬accepted_at
│ │ │                     │ ├──[🔀] example (16495:40)
│ │ │                     │ └──[🔀] description (16492:44)
│ │ │                     ├─┬revoked_at
│ │ │                     │ ├──[🔀] example (16504:40)
│ │ │                     │ └──[🔀] description (16501:44)
│ │ │                     ├─┬email
│ │ │                     │ └──[🔀] example (16477:40)
│ │ │                     └─┬accepted_user_id
│ │ │                       └──[🔀] example (16534:40)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬Content
│ │   │     └─┬application/json
│ │   │       └─┬Schema
│ │   │         └─┬Properties
│ │   │           ├─┬revoked_at
│ │   │           │ ├──[🔀] example (16649:30)
│ │   │           │ └──[🔀] description (16646:34)
│ │   │           ├─┬accepted_user_id
│ │   │           │ └──[🔀] example (16676:30)
│ │   │           ├─┬email
│ │   │           │ └──[🔀] example (16622:30)
│ │   │           └─┬accepted_at
│ │   │             ├──[🔀] example (16640:30)
│ │   │             └──[🔀] description (16637:34)
│ │   └─┬Extensions
│ │     └──[➕] x-sends-email/true (16849:22)
│ ├─┬/user_management/organization_memberships/{id}/deactivate
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬status
│ │               │ └──[🔀] example (18834:30)
│ │               └─┬role
│ │                 ├──[➕] description (18877:34)
│ │                 └─┬Properties
│ │                   └─┬slug
│ │                     └──[🔀] example (18874:34)
│ ├─┬/authorization/permissions/{slug}
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (4574:16)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬slug
│ │ │ │   └─┬Schema
│ │ │ │     └──[🔀] example (4585:22)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬name
│ │ │             │ └──[🔀] example (4613:30)
│ │ │             ├─┬description
│ │ │             │ └──[🔀] example (4619:30)
│ │ │             └─┬slug
│ │ │               └──[🔀] example (4609:30)
│ │ ├─┬DELETE
│ │ │ └─┬Parameters
│ │ │   └─┬slug
│ │ │     └─┬Schema
│ │ │       └──[🔀] example (4811:22)
│ │ └─┬PATCH
│ │   ├─┬Parameters
│ │   │ └─┬slug
│ │   │   └─┬Schema
│ │   │     └──[🔀] example (4683:22)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬name
│ │               │ └──[🔀] example (4717:30)
│ │               ├─┬description
│ │               │ └──[🔀] example (4723:30)
│ │               └─┬slug
│ │                 └──[🔀] example (4713:30)
│ ├─┬/authorization/organization_memberships/{organization_membership_id}/role_assignments
│ │ ├─┬GET
│ │ │ ├──[🔀] description (1854:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬Content
│ │ │       └─┬application/json
│ │ │         └─┬Schema
│ │ │           └─┬Properties
│ │ │             ├─┬data
│ │ │             │ └─┬Schema
│ │ │             │   └─┬Properties
│ │ │             │     ├─┬resource
│ │ │             │     │ └──[➕] description (1976:40)
│ │ │             │     └─┬role
│ │ │             │       ├──[➕] description (1952:40)
│ │ │             │       └─┬Properties
│ │ │             │         └─┬slug
│ │ │             │           └──[🔀] example (1949:40)
│ │ │             └─┬list_metadata
│ │ │               └──[🔀] $ref (1996:21)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬201
│ │       └─┬Content
│ │         └─┬application/json
│ │           └─┬Schema
│ │             └─┬Properties
│ │               ├─┬resource
│ │               │ └──[➕] description (2121:34)
│ │               └─┬role
│ │                 ├──[➕] description (2097:34)
│ │                 └─┬Properties
│ │                   └─┬slug
│ │                     └──[🔀] example (2094:34)
│ ├─┬/feature-flags/{slug}/targets/{resourceId}
│ │ ├─┬POST
│ │ │ ├──[🔀] summary (11017:16)
│ │ │ └──[🔀] description (11018:20)
│ │ └─┬DELETE
│ │   ├──[🔀] summary (11088:16)
│ │   └──[🔀] description (11089:20)
│ └─┬/user_management/email_verification/{id}
│   └─┬GET
│     └─┬Responses
│       └─┬200
│         └─┬Content
│           └─┬application/json
│             └─┬Schema
│               └─┬Properties
│                 └─┬email
│                   └──[🔀] example (16300:30)
├─┬Tags
│ ├──[➖] user-management (22564:5)❌ 
│ ├──[➖] organizations.roles (22552:5)❌ 
│ ├──[➖] roles (22560:5)❌ 
│ ├──[➕] workos-connect (23601:5)
│ ├──[➕] user-management.users.authorized-applications (23593:5)
│ ├──[➕] multi-factor-auth (23553:5)
│ ├──[➕] multi-factor-auth.challenges (23555:5)
│ └──[➕] user-management.session-tokens (23589:5)
└─┬Components
  ├──[➕] securitySchemes/access_token (23620:7)
  ├──[➖] schemas/UpdateAppHomepageUrlDto (24010:7)❌ 
  ├──[➖] schemas/BaseCreateApplicationDto (22617:7)❌ 
  ├──[➖] schemas/ListMetadata (24088:7)❌ 
  ├──[➖] schemas/CreateUserlandMagicCodeDto (23507:7)❌ 
  ├──[➖] schemas/BaseUpdateApplicationDto (22649:7)❌ 
  ├──[➖] schemas/CreateAuthorizationResourceTypeDto (23100:7)❌ 
  ├──[➖] schemas/CreatePasswordResetChallengeDto (23969:7)❌ 
  ├──[➕] schemas/CreateOAuthApplicationDto (23745:7)
  ├──[➕] schemas/CreateM2MApplicationDto (23807:7)
  ├──[➕] schemas/ChallengeAuthenticationFactorDto (24118:7)
  ├──[➕] schemas/UserObject (23626:7)
  ├──[➕] schemas/UserConsentOption (23663:7)
  ├──[➕] schemas/RedirectUriDto (23730:7)
  ├──[➕] schemas/UserManagementLoginRequest (23700:7)
  ├──[➕] schemas/UpdateOAuthApplicationDto (23840:7)
  └─┬Schemas
    ├─┬OrganizationDomainDataDto
    │ └─┬Properties
    │   └─┬state
    │     └──[➕] description (24482:24)
    ├─┬AuditLogEventActorDto
    │ └─┬Properties
    │   └─┬metadata
    │     └──[🔀] example (23895:13)
    ├─┬UpdateUserlandUserDto
    │ └─┬Properties
    │   └─┬password_hash
    │     └─┬Extensions
    │       └──[➕] x-mutually-exclusive-with (25107:13)
    ├─┬AuditLogEventTargetDto
    │ └─┬Properties
    │   ├─┬type
    │   │ └──[🔀] description (23917:24)
    │   ├─┬name
    │   │ └──[🔀] description (23921:24)
    │   ├─┬metadata
    │   │ └──[🔀] example (23927:13)
    │   └─┬id
    │     └──[🔀] description (23913:24)
    ├─┬UpdateAuthorizationResourceDto
    │ └─┬Properties
    │   ├─┬description
    │   │ └──[🔀] example (24373:20)
    │   └─┬name
    │     └──[🔀] example (24366:20)
    ├─┬CreateUserlandMagicCodeAndReturnDto
    │ └─┬Properties
    │   └─┬email
    │     └──[🔀] example (24706:20)
    ├─┬CreateOrganizationApiKeyDto
    │ └─┬Properties
    │   ├─┬name
    │   │ └──[🔀] example (24459:20)
    │   └─┬permissions
    │     └──[🔀] example (24463:13)
    ├─┬AddRolePermissionDto
    │ └─┬Properties
    │   └─┬slug
    │     └──[🔀] example (24214:20)
    ├─┬SetRolePermissionsDto
    │ └─┬Properties
    │   └─┬permissions
    │     └──[🔀] example (24199:13)
    ├─┬CreateAuthorizationPermissionDto
    │ └─┬Properties
    │   ├─┬name
    │   │ └──[🔀] example (24285:20)
    │   ├─┬description
    │   │ └──[🔀] example (24292:20)
    │   └─┬slug
    │     └──[🔀] example (24280:20)
    ├─┬UserlandRevokeSessionDto
    │ └─┬Properties
    │   └─┬session_id
    │     └──[🔀] description (25175:24)
    ├─┬UpdateAuthorizationPermissionDto
    │ └─┬Properties
    │   ├─┬description
    │   │ └──[🔀] example (24315:20)
    │   └─┬name
    │     └──[🔀] example (24308:20)
    ├─┬TokenQueryDto
    │ └─┬Properties
    │   └─┬grant_type
    │     └──[➕] const (25249:18)
    ├─┬CreateUserlandUserOrganizationMembershipDto
    │ └─┬Properties
    │   ├─┬role_slugs
    │   │ ├──[🔀] description (24965:24)
    │   │ └─┬Extensions
    │   │   └──[➕] x-mutually-exclusive-with (24971:13)
    │   └─┬role_slug
    │     └─┬Extensions
    │       └──[➕] x-mutually-exclusive-with (24963:13)
    ├─┬AuditLogSchemaJson
    │ └─┬Properties
    │   ├─┬targets
    │   │ └──[🔀] example (25466:13)
    │   └─┬actor
    │     └─┬Properties
    │       └─┬metadata
    │         └──[➕] description (25434:28)
    ├─┬UpdateUserlandUserOrganizationMembershipDto
    │ └─┬Properties
    │   ├─┬role_slug
    │   │ └─┬Extensions
    │   │   └──[➕] x-mutually-exclusive-with (24988:13)
    │   └─┬role_slugs
    │     ├──[🔀] description (24990:24)
    │     └─┬Extensions
    │       └──[➕] x-mutually-exclusive-with (24996:13)
    ├─┬EnrollUserlandUserAuthenticationFactorDto
    │ └─┬Properties
    │   └─┬totp_secret
    │     └──[🔀] description (24691:24)
    ├─┬CreateUserlandUserInviteOptionsDto
    │ └─┬Properties
    │   └─┬email
    │     └──[🔀] example (24719:20)
    ├─┬OrganizationDto
    │ └─┬Properties
    │   └─┬metadata
    │     └──[🔀] example (24524:20)
    ├─┬CreateUserlandUserDto
    │ └─┬Properties
    │   ├─┬password
    │   │ ├──[🔀] description (25011:24)
    │   │ └─┬Extensions
    │   │   └──[➕] x-mutually-exclusive-with (25016:13)
    │   └─┬password_hash
    │     └─┬Extensions
    │       └──[➕] x-mutually-exclusive-with (25025:13)
    ├─┬CreatePasswordResetTokenDto
    │ └─┬Properties
    │   └─┬email
    │     └──[🔀] example (25153:20)
    ├─┬UpdateOrganizationDto
    │ └─┬Properties
    │   ├─┬stripe_customer_id
    │   │ └──[🔀] example (24573:20)
    │   ├─┬metadata
    │   │ └──[🔀] example (24524:20)
    │   ├─┬domains
    │   │ ├──[🔀] example (24558:13)
    │   │ └──[➕] deprecated (24559:23)
    │   └─┬external_id
    │     └──[🔀] example (24591:20)
    ├─┬AuditLogActionJson
    │ └─┬Properties
    │   └─┬schema
    │     └─┬Properties
    │       ├─┬targets
    │       │ └──[🔀] example (25374:17)
    │       └─┬actor
    │         └─┬Properties
    │           └─┬metadata
    │             └──[➕] description (25342:32)
    ├─┬AuditLogExportCreationDto
    │ └─┬Properties
    │   ├─┬actor_ids
    │   │ └──[➕] example (24040:13)
    │   └─┬actors
    │     └──[➕] example (24026:13)
    └─┬CreateOrganizationDomainDto
      └─┬Properties
        └─┬domain
          └──[🔀] example (24445:20)

Document Element Total Changes Breaking Changes
components 62 7
paths 440 15
tags 8 3

Date: 03/17/26 | Commit: Update OpenAPI spec from workos/workos@74967ba74f9d568f8bc971f248db796791cc319f

  • BREAKING Changes: 25 out of 510
  • Modifications: 307
  • Removals: 20
  • Additions: 183
  • Breaking Removals: 20
  • Breaking Additions: 5

ERROR: breaking changes discovered

@gjtorikian gjtorikian merged commit 81ac26d into main Mar 17, 2026
2 checks passed
@gjtorikian gjtorikian deleted the update-spec-20260317-205658-23216031982 branch March 17, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant