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.
Responses
messagestringAn 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.
path Parameters
uuidstring · uuid · requiredThe UUID of the user to retrieve quotas for.
Responses
messagestringAn optional message providing additional information about the status. This field is useful when the status is not
success.Example: Failed to perform all operations