WorkOS.AgentAdminLinkClaimAttemptToExternalUserRequestUser (WorkOS SDK for Elixir v3.0.1)

Copy Markdown View Source

The user to attach to the claim attempt, identified by email and external ID.

Summary

Types

t()

@type t() :: %WorkOS.AgentAdminLinkClaimAttemptToExternalUserRequestUser{
  email: String.t(),
  external_id: String.t()
}