The following methods have been added to User (Object) service in this release:
Resource | Description |
GET /object/users/query | Gets user details for the specified user belonging to specified namespace |
GET /object/users/{uid}/tags | Gets the user tags details for the specified user belonging to specified namespace |
POST /object/users/{uid}/tags | Updates user tags for the specified user - this is append operation |
PUT /object/users/{uid}/tags | Updates user tags for the specified user |
DELETE /object/users/{uid}/tags | Deletes user tags for specified user |