Skip to end of banner
Go to start of banner

admDeleteUser

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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\");

See Also

  • No labels