Skip to content

Get Invitations Count

securityhub_get_invitations_count R Documentation

We recommend using Organizations instead of Security Hub invitations to manage your member accounts

Description

We recommend using Organizations instead of Security Hub invitations to manage your member accounts. For information, see Managing Security Hub administrator and member accounts with Organizations in the Security Hub User Guide.

Returns the count of all Security Hub membership invitations that were sent to the calling member account, not including the currently accepted invitation.

Usage

securityhub_get_invitations_count()

Value

A list with the following syntax:

list(
  InvitationsCount = 123
)

Request syntax

svc$get_invitations_count()