WorkOS Docs Homepage
Docs
API referenceDashboardSign In
DemoDemoAccordionAccordionChecklistChecklistCode BlockCode BlockDefinition ListDefinition ListPunctuationPunctuationReplacementsReplacementsShare ImagesShare ImagesTableTableTabsTabs
API Reference
API Reference
Events
Events
Integrations
Integrations
Migrate to WorkOS
Migrate to WorkOS
SDKs
SDKs

Tabs

Test page for the tabs component

Whether to parse strikethrough with a single tilde (boolean, default: true).

Get the details of an existing Directory User.

Example Code
package main
import (
"net/http"
)
func main() {
http.HandleFunc("/webhook", func(w http.ResponseWriter, r *http.Request) {
payload := r.Body
signature := r.Header.Get("WorkOS-Signature")
// Verify the signature and process the event
w.WriteHeader(http.StatusOK)
})
}
© WorkOS, Inc.
FeaturesAuthKitSingle Sign-OnDirectory SyncAdmin PortalFine-Grained Authorization
DevelopersDocumentationChangelogAPI Status
ResourcesBlogPodcastPricingSecuritySupport
CompanyAboutCustomersCareersLegalPrivacy
© WorkOS, Inc.