Somesh Kumar • over 10 years ago
Is there an API to get all invites sent to a specific user?
Is there an API to get all invites sent to a specific user? Please explain how to go about getting user invites. Thanks
Comments are closed.
Somesh Kumar • over 10 years ago
Is there an API to get all invites sent to a specific user? Please explain how to go about getting user invites. Thanks
Comments are closed.
5 comments
Jason Ferguson • over 10 years ago
Hi Somesh,
Unfortunately there are not any APIs for getting invites that were previously sent. Can you tell me a bit more about your use case? I may be able to suggest some work-arounds.
Somesh Kumar • over 10 years ago
Just wanted to see how I can present the pending invites to the user once he / she logs into the app after few days. I thought I could use something like a getInvites API to list User pending invites.
Jason Ferguson • over 10 years ago
Hi Somesh,
If the user was not logged in at the time the invite was sent it they will get them when they log in and you call MMX +start. If you are looking to present a list of invites to the user that they received previously you could persist the invites to disk. The invites are NSCoding compliant.
Does this help? I am sorry I do not have a more elegant solution for you.
Somesh Kumar • over 10 years ago
Thats will work for now! Thanks a lot Jason!
Jason Ferguson • over 10 years ago
Hi Somesh,
Glad I could help!