Zudoku
Unikraft Cloud Platform API

Users

Endpoint

Unikraft Cloud user accounts are used to manage resources, grant permissions and control usage quotas when interacting with the Unikraft Cloud API.


Add Users

POST
https://api.fra.unikraft.cloud
/v1/users

Create new user accounts. This will return 409 Conflict when any of the requested users already existed on the target.

Add UsersResponses

  • messagestring

    An optional message providing additional information about the status. This field is useful when the status is not success.

    Example: Failed to perform all operations

Get Current User Quotas

GET
https://api.fra.unikraft.cloud
/v1/users/quotas

List quota usage and limits of your user account. Limits are hard limits that cannot be exceeded.

Get Current User QuotasResponses

  • messagestring

    An optional message providing additional information about the status. This field is useful when the status is not success.

    Example: Failed to perform all operations

Get User Quotas by UUID

GET
https://api.fra.unikraft.cloud
/v1/users/{uuid}/quotas

List quota usage and limits of a user account by UUID. Limits are hard limits that cannot be exceeded.

Get User Quotas by UUIDpath Parameters

  • uuidstring · uuid · required

    The UUID of the user to retrieve quotas for.

Get User Quotas by UUIDResponses

  • messagestring

    An optional message providing additional information about the status. This field is useful when the status is not success.

    Example: Failed to perform all operations