User

Introduction

In order to keep track of your activity, the ITS Private Cloud API provides resources to manage your user account request and token history, as well as notification and role settings and additional information such as last access and related system's data including vCenter and VSKEY5.

 

On this page:

Child pages:

The following table shows a brief description and HTTP methods allowed to interact with the user account data:

ResourceURIDescriptionGETPOSTPUTDELETEPATCHOPTIONS
User/userUser Management resource.(tick)     (tick)
Roles/user/roleUser roles: access and request(tick)     (tick)
Settings/user/settingAccount settings(tick)     (tick)
Notification Settings/user/setting/notificationNotification settings(tick)  (tick)  (tick)
Request notification settings/user/setting/notification/requestRequest notification settings(tick)
(tick)

(tick)
Notification format/user/setting/notification/formatNotification format(tick)
(tick)


Weekly digests/user/setting/digestDigest settings(tick)
(tick)


Tokens/user/tokenAccount tokens(tick) (tick)(tick) (tick)
User Images/user/imageISO, Floppy and OVA/OVF vm images(tick)



(tick)
User ISOs/user/image/isoISO images(tick)


(tick)(tick)
User Floppies/user/image/floppyFloppy images(tick)


(tick)
User OVF/OVM/user/image/vmOVA/OVF vm images(tick)


(tick)(tick)

OPTIONS HTTP method

Remember, you can also show what methods are allowed and method description, parameters, etc. by making an OPTIONS HTTP request to /v2/user.

http OPTIONS "https://vss-api.eis.utoronto.ca/v2/user"
curl -X OPTIONS "https://vss-api.eis.utoronto.ca/v2/user"