Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Provides access to the users available in the application.

URL:

/editor/user/[ID]

Available Methods:

GET / POST / PUT / DELETE

Specialities:

If an empty password field is given on PUT, password will be reset and user is requested by email to set a new password.

Resource Layout

Name

Type

Info

id

int

GET only

userGuid

string

GET only, set by server

firstName

string

 

surName

string

 

gender

string

 

login

string

 

email

string

 

roles

string

 

passwd

string

 

editable

boolean

GET only, set by server

locale

string

GET only, set by server

  • No labels