pub async fn bulk_get_users_migration(
configuration: &Configuration,
start_at: Option<i64>,
max_results: Option<i32>,
username: Option<Vec<String>>,
key: Option<Vec<String>>,
) -> 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.