pub async fn bulk_get_users_migration(
configuration: &Configuration,
params: BulkGetUsersMigrationParams,
) -> Result<Vec<UserMigrationBean>, Error<BulkGetUsersMigrationError>>
Expand description
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.