-
Notifications
You must be signed in to change notification settings - Fork 0
add api user
Anoop Rajendra edited this page May 15, 2017
·
1 revision
stack add api user {username} [admin=bool] [group=string]
Create a user to the REST API. This command will print out a JSON string that contains the Username, API Key, and Hostname of the API server.
-
[username]
Username of the user being created
-
{admin=bool}
-
{group=string}
Comma-separated list of groups that the user should belong to. Default is "default".
-
stack add user greg admin=True
Adds a user called 'greg' with admin privileges to the API
Checkout our Google Group or our Slack Team for any support or other questions.
Want to contribute to this Wiki? Fork it and send a pull request.