Versions Compared

Key

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

...

Note: This provides the {uid} values for the following requests.

Update a user's shallow properties

Code Block

PUT http://repositoryservice.sagebase.org/repo/v1/user/{uid}
{"userId":"mkellen", "iamAccessId":"asdfasfsf", "iamSecretKey":"asfsafsf"}

Note: It is not permissible to change the user's userId.

Add a user to the group

Code Block
POST http://repositoryservice.sagebase.org/repo/v1/usergroup/{gid}/users/{uid}

...