. "

Get a list of pending and rejected invitations.

" . . . . "EntryPoint - user_invitation_list" . "GET" . "text/xml" . "

ODS allows users to be connected in a social network. This requires users to send invitations to other users. The other users then need to either approve or reject that invitation.

This method lists the invitations other users sent to the authenticated user and invitations the authenticated user sent to others.

A JSON stream listing all invitations.

\nExample: {\n\"incoming\":[\n{\n\"id\":1,\n\"from\":\"hans\",\n\"date\":\"2013-03-1511:02:37\",\n\"status\":\"pending\"\n}\n],\n\"outgoing\":[\n{\n\"id\":2,\n\"to\":\"egon@wust.com\",\n\"date\":\"2013-03-1514:06:32\",\n\"status\":\"pending\"\n}\n]\n}\n The id is an internal identifier, from is the username of the ODS account that sent the invitation, to is the email address the invitation was sent to, date is the date of the creation of the invitation as a GMT date string. The status is the status of the invitation which can be either pending or rejected.

user.invitation.new(), user.invitation.approve()

\nAuthentication

This function requries authentication via one of the supported authentication methods as described in ODS Authentication.

\n

" .