Groups

Operations related to the groups. A group is a figure that allows several users to work with the same files so, any user in that group will be able to reference them in their submissions.

List Groups

GET http://biostudy-prod.ebi.ac.uk:8788/groups

List of the groups associated with the user Example: curl -H "X-SESSION-TOKEN: <authToken>" \ http://biostudy-prod.ebi.ac.uk:8788/groups

Headers

Name
Type
Description

X-SESSION-TOKEN

string

User authentication token

[{
  "name": "ArrayExpress",
  "description": "ArrayExpress group"
}]

Last updated

Was this helpful?