Hi,
I've been struggling with this for a bit now, so I thought I'd ask for help. I am attempting to use the Invite web scripts to integrate the ability for users to accept or reject invitations from within my application. I can successfully retrieve the invitations for a user using the /alfresco/service/api/invites?inviteeUserName= service, but the JSON object returned does not include the inviteTicket as required for the PUT to accept the invitation.
The JSON object returns the:
"inviteId":
"inviter":
"invitee":
"site":
"role":
"sentInviteDate":
but no "inviteTicket". Anyone have experience extracting this precious piece of information? Thanks in advance.