Get user accountIds

GET {{baseUrl}}/api/user/bulk/migration?key=<string>&key=<string>&username=<string>&username=<string>&start=0&limit=200

Returns the accountIds for the users specified in the key or username parameters. Note that multiple key and username parameters can be specified.

Permissions required: 'Confluence Administrator' global permission if specifying a user, otherwise permission to access the Confluence site ('Can use' global permission).

Request Params

KeyDatatypeRequiredDescription
keystring(Required) The key of a user. To specify multiple users, pass multiple key parameters separated by ampersands.
For example, key=mia&key=alana. Required if username isn't provided. Cannot be provided if username is present.
keystring(Required) The key of a user. To specify multiple users, pass multiple key parameters separated by ampersands.
For example, key=mia&key=alana. Required if username isn't provided. Cannot be provided if username is present.
usernamestringThe username of a user. To specify multiple users, pass multiple username parameters separated by ampersands.
For example, username=mia&username=alana. Required if key isn't provided. Cannot be provided if key is present.
usernamestringThe username of a user. To specify multiple users, pass multiple username parameters separated by ampersands.
For example, username=mia&username=alana. Required if key isn't provided. Cannot be provided if key is present.
startnumberThe index of the first item to return in a page of results (page offset).
limitnumberThe maximum number of results to return per page.
Note, this may be restricted by fixed system limits.

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;username&quot;:&quot;minim quis Ut ut&quot;,&quot;key&quot;:&quot;nisi dolore eu&quot;,&quot;accountId&quot;:&quot;ut esse&quot;},{&quot;username&quot;:&quot;consectetur reprehend&quot;,&quot;key&quot;:&quot;irure eu in&quot;,&quot;accountId&quot;:&quot;aliqua occaecat&quot;}],&quot;start&quot;:64265328,&quot;limit&quot;:95109652,&quot;size&quot;:-92940668,&quot;_links&quot;:{}}