Developer:UsersResource
From myExperiment
Contents
Users Resource
Index of users
URL: GET http://www.myexperiment.org/users.xml
Example output:
Create user
Planned.
Read user
URL: http://www.myexperiment.org/user.xml?id=22
Example output:
Update user
Planned.
Delete user
Planned.
Elements for user
- id - the id of the user
- created-at - the date/time the user was created (uploaded)
- updated-at - the date/time the user's details were last modified
- name - the real world name of the user
- description - a user's description of the themselves
- email - the publically visable email address of the user
- avatar - the picture resource the user has chosen as a profile picture
- city - the city in which the user resides
- country - the country in which the user resides
- website - the personal website of the user
- friends - a list of other users the user is friends with
- groups - a list of groups the user is a member of
- favourites - a list of favourite resources, each favourite resource referencing something (e.g. workflows, files, packs, etc.) the user has favourited
- favourited - a list of resources (e.g. workflows, files, packs, etc.) the user has favourited (bookmarked)
- workflows - a list of workflows to which the user is the owner
- files - a list of files to which the user is the owner
- packs - a list of packs to which the user is the owner
- tags-applied - a list of tags that have been used by the user
- taggings-applied - a list of tagging resources (associating tags with resources such as a workflow, file or group) that have created by the user
- experiments - a list of experiments to which the user is the owner
- jobs - a list of jobs to which the user is the owner
- runners - a list of runners (e.g. Taverna enactors) to which the user is the owner