Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 551 Bytes

File metadata and controls

23 lines (11 loc) · 551 Bytes

CreateInviteTokenRequest

Properties

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

Enum: ScopeEnum

Name Value
ALL "all"
PROFILES "profiles"