Returns the account IDs for the users specified in the key or username parameters. Note that multiple key or username parameters can be specified. Permissions required: Permission to access Jira.
Creates a user. This resource is retained for legacy compatibility. As soon as a more suitable alternative is available this resource will be deprecated. If the user exists and has access to Jira, the operation returns a 201 status. If the user exists but does not have access to Jira, the operation returns a 400 status. Permissions required:Administer Jiraglobal permission.
Returns the default issue table columns for the user. If accountId is not passed in the request, the calling user’s details are returned. Permissions required: * Administer Jiraglobal permission, to get the column details for any user. * Permission to access Jira, to get the calling user’s column details.
Resets the default issue table columns for the user to the system default. If accountId is not passed, the calling user’s default columns are reset. Permissions required: * Administer Jiraglobal permission, to set the columns on any user. * Permission to access Jira, to set the calling user’s columns.
Sets the default issue table columns for the user. If an account ID is not passed, the calling user’s default columns are set. If no column details are sent, then all default columns are removed. The parameters for this resource are expressed as HTML form data. For example, in curl: curl -X PUT -d columns=summary -d columns=description https://your-domain.atlassian.net/rest/api/2/user/columns?accountId=5b10ac8d82e05b22cc7d4ef5'Permissions required: * Administer Jiraglobal permission, to set the columns on any user. * Permission to access Jira, to set the calling user’s columns.