Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 951 Bytes

userQuotas_get.rst

File metadata and controls

50 lines (32 loc) · 951 Bytes

userQuotas_get

GET /users/{uid}/quotas

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.4

Retrieves the quotas for an user.

A list of quota-object objects are returned.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

  • uid (required): the user name (login name) of the user-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/quotas" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • quota-object
  • statticket-object
  • userQuotas-update
  • userUsage-get