Skip to main content

Inviteidentitiesrequest

Properties

NameTypeDescriptionNotes
Ids[]StringThe list of Identities IDs to invite - required when 'uninvited' is false[optional]
UninvitedBooleanindicator (optional) to invite all unregistered identities in the system within a limit 1000. This parameter makes sense only when 'ids' is empty.[optional] [default to $false]

Examples

  • Prepare the resource
$Inviteidentitiesrequest = Initialize-Inviteidentitiesrequest  -Ids ["2b568c65bc3c4c57a43bd97e3a8e55","2c9180867769897d01776ed5f125512f"] `
-Uninvited false
  • Convert the resource to JSON
$Inviteidentitiesrequest | ConvertTo-JSON

[Back to top]