Syntax
admActivateUser(username)
Description
Deletes a user from Jira's internal directory.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
username | String | Yes | Username or key. |
Return type
Boolean
Returns "true" if the user was deleted and "false" if not.
Example
admDeleteUser(\"user\"); |