user/create

29Sep2009

Making a user

With this call you can create a new EGA user.

Request URL

/user/create [POST]

Request parameters

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)

 

Example request URL

/user/create
user=entree009
quotum=500000

Response fields

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.

The default of 'quotum' is 0 and 0 means unlimited.