Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 498 Bytes

UpdateSignUpRequest.md

File metadata and controls

18 lines (12 loc) · 498 Bytes

ClerkBackend::UpdateSignUpRequest

Properties

Name Type Description Notes
external_id String The ID of the guest attempting to sign up as used in your external systems or your previous authentication solution. This will be copied to the resulting user when the sign-up is completed. [optional]

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::UpdateSignUpRequest.new(
  external_id: null
)