Table plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Description
Excerpt | ||
---|---|---|
| ||
Deletes a user from Jira's internal directory. |
...
Returns "true" if the user was deleted and "false" if not.
Example
Code Block |
---|
return admDeleteUser("user"); |
See also
...
Table plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Excerpt | ||
---|---|---|
| ||
Deletes a user from Jira's internal directory. |
...
Returns "true" if the user was deleted and "false" if not.
Code Block |
---|
return admDeleteUser("user"); |
...