With this call you can create a new EGA user.
/user/create [POST]
|
Parameter |
Type |
Description |
Method |
Obligatory/Optional |
|
user |
alphanumeric |
user name |
POST |
obligatory |
|
group_id |
alphanumeric |
name of the group where the user will be |
POST |
optional |
|
quotum |
numeric |
disk space of the user in mega bytes; 0 means unlimited |
POST |
optional (default=0) |
/user/create
user=entree009
quotum=500000
|
Field |
Description |
|
n/a |
This call doesn't return others, just the standard header with the request information |
Comments
Default value of quotum is unlimited.
Posted by Boy on April 16th, 2010 - 14:40The default of 'quotum' is 0 and 0 means unlimited.