Invitations
Get a pending invitation.
Args: invitation_id: ID of the invitation. user: The authenticated user. invitation_manager: Invitation manager.
Returns: The pending invitation.
Successful Response
Pending invitation model.
Validation Error
Accept or decline a pending invitation.
Args: invitation_id: ID of the invitation. accept: Whether to accept the invitation or not. user: The authenticated user. invitation_manager: Invitation manager.
Returns: ID of the organization if the invitation was accepted.
Successful Response
Validation Error
List pending invitations for the authenticated user.
Args: user: The authenticated user. invitation_manager: Invitation manager.
Returns: List of pending invitations.
Successful Response
Pending invitation model.
Successful Response
Last updated
Was this helpful?