rePostPrivate / Client / send_invites

send_invites#

rePostPrivate.Client.send_invites(**kwargs)#

Sends an invitation email to selected users and groups.

See also: AWS API Documentation

Request Syntax

response = client.send_invites(
    accessorIds=[
        'string',
    ],
    body='string',
    spaceId='string',
    title='string'
)
Parameters:
  • accessorIds (list) –

    [REQUIRED]

    The array of identifiers for the users and groups.

    • (string) –

  • body (string) –

    [REQUIRED]

    The body of the invite.

  • spaceId (string) –

    [REQUIRED]

    The ID of the private re:Post.

  • title (string) –

    [REQUIRED]

    The title of the invite.

Returns:

None

Exceptions