User Administration Routines
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
This section contains routines that enable users to handle user administration.
This section contains routines that enable users to handle user administration.
Routines summary
- admActivateUser — Activates a user, setting its active flag to 'true', if update is allowed.
- admAddUserToGroup — Adds a single user to a group if the user is not already in that group.
- admAddUserToProjectRole — Adds a single user to a project role if the user is not already in that role.
- admCreateUser — Creates a new user.
- admDeactivateUser — De-activates a user (sets its active flag to 'false' or removes it from all groups associated to global login permissions).
- admGetUserLogin — Gets the login details for the given user.
- admRemoveUserFromProjectRole — Removes a single user from a project role if the user is in that role.
- admResetUserPassword — Updates the password for a user.
- admUpdateUser — Updates the email, user name, or full name for a given user.