Storage quota
#
ConceptStorage quota are used to compute already used storage and max autorized storage for a user.
The shape and rules for storage objects are described here.
#
Get storage quotaThis route is used to retrieve all the storage_quotum
object associated to an identity
#
RequestCookies:
accesstoken
(opaque token) (ACR >= 1):mid
claim as the identity id.tokentype
: must bebearer
Headers:
X-CSRF-Token
: a token to prevent from CSRF attacks.
Path Parameters:
id
(uuid string): the identity id.
#
ResponseCode:
#
Get current user storage useThis route is used to retrieve all the box_used_space
object associated to an identity
#
RequestCookies:
accesstoken
(opaque token) (ACR >= 1):mid
claim as the identity id.tokentype
: must bebearer
Headers:
X-CSRF-Token
: a token to prevent from CSRF attacks.
Query Parameters:
identity_id
(uuid string): the identity id.
#
ResponseCode:
#
Get vault used spaceThis route is used to retrieve the vault used space linked to an identity.
#
RequestCookies:
accesstoken
(opaque token) (ACR >= 1):mid
claim as the identity id.tokentype
: must bebearer
Headers:
X-CSRF-Token
: a token to prevent from CSRF attacks.
Path Parameters:
id
(uuid string): the identity id.
#
ResponseCode: