Retrieve a list of pending workspace invitations for the authenticated user.
The workspace ID related to the invitation context. (Currently optional and not enforced in the query.)
This endpoint returns all pending workspace invitations where the authenticated user’s email matches the invitation’s recipient email.
The response includes:
If the email is not present in the authenticated user payload, it is fetched from the database using the user ID.
Indicates whether the request was successful.
List of pending invitations for the authenticated user.
Retrieve a list of pending workspace invitations for the authenticated user.
The workspace ID related to the invitation context. (Currently optional and not enforced in the query.)
This endpoint returns all pending workspace invitations where the authenticated user’s email matches the invitation’s recipient email.
The response includes:
If the email is not present in the authenticated user payload, it is fetched from the database using the user ID.
Indicates whether the request was successful.
List of pending invitations for the authenticated user.