Site Logo
EditGrid Developer Portal Back to EditGrid
Documentation / Web API
API Method
auth.createSessionKey

Create a session key for a user by the user's password.

Authentication
This method requires no authentication.
Parameters
Name Type Req
appKey string *

The app key of your app.

user string *

The id or full path of the user.

password string *

The password of the user.

infinite int

Set to 1 to create an infinite session.

orgAdmin int

Set to 1 to grant the session privilege of an organisation admin.

sysAdmin int

Set to 1 to grant the session privilege of a system admin.

readonly int

(not implemented) Set to 1 to make the session read-only.

Request Body
This method requires no request body.
Return Value
string The session key.
For enquiries, please contact cs@editgrid.com , or visit our user forum .