Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

API for Authentication and Authorization

Table of Contents

API for Authentication

Create User

...

Code Block
GET http://repositoryservice.sagebase.org/repo/v1/usergroup/\{id\}

Delete Group

Code Block
DELETE http://repositoryservice.sagebase.org/repo/v1/usergroup/\{id\}

Update Group (shallow properties, i.e. the group's name)

Code Block
PUT http://repositoryservice.sagebase.org/repo/v1/usergroup/\{id\}
{"name":"OurGroup"}

Add a user to the group

...