This method can be used to get a list of all pending invitations. User can either define the number of records to fetch per POST request or leave it to the default value of 100.
Note: the method retrieves all pending invitations. Not just the first 100 in the default case
Two methods are added to the portalpy to expand its admin capabilities in handling pending invitations.
Pending Invitations retrieval as list of invitations
This method can be used to get a list of all pending invitations. User can either define the number of records to fetch per POST request or leave it to the default value of 100. Note: the method retrieves all pending invitations. Not just the first 100 in the default case
Example usage -
Delete Pending Invitation
This method can be used to delete a pending invitation based on it's id. Example usage -