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( spaceId='string', accessorIds=[ 'string', ], title='string', body='string' ) - Parameters:
- spaceId (string) – - [REQUIRED] - The ID of the private re:Post. 
- accessorIds (list) – - [REQUIRED] - The array of identifiers for the users and groups. - (string) – 
 
- title (string) – - [REQUIRED] - The title of the invite. 
- body (string) – - [REQUIRED] - The body of the invite. 
 
- Returns:
- None 
 - Exceptions- rePostPrivate.Client.exceptions.ValidationException
- rePostPrivate.Client.exceptions.AccessDeniedException
- rePostPrivate.Client.exceptions.ThrottlingException
- rePostPrivate.Client.exceptions.ResourceNotFoundException
- rePostPrivate.Client.exceptions.InternalServerException