Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 525 Bytes

File metadata and controls

20 lines (14 loc) · 525 Bytes

Late::CreateInviteTokenRequest

Properties

Name Type Description Notes
scope String 'all' grants access to all profiles, 'profiles' restricts to specific profiles
profile_ids Array<String> Required if scope is 'profiles'. Array of profile IDs to grant access to. [optional]

Example

require 'late-sdk'

instance = Late::CreateInviteTokenRequest.new(
  scope: null,
  profile_ids: null
)