Get User List

Returns the list of users.

Security: Requires admin privileges, or a scoped token with system:identities:r.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Query Strings

You can use the following optional query strings in the Get User List API.

StringDescription
statusAn enum string with the possible values: invited, enabled, disabled, locked
limitA number, minimum 1. The default value is 1000.
usernameA string that contains the username.
onlyAdminsBoolean to indicate whether the user is an admin.
cursorA string. Divides the list of results and shows those that fall after the cursor for pagination purposes.
Query Params
string
enum

Filter users by status

Allowed:
integer
≥ 1
Defaults to 1000

Number of results to return (minimum 1, default 1000)

string

Filter by username (contains)

boolean

Filter to only admin users. Cannot be used with resourceName. Available from Artifactory 7.117.x.

string

Pagination cursor - shows results after this cursor

string

Filter users by role. When filtering by role, onlyAdmins and username parameters are ignored. Available from Artifactory 7.117.x.

string

Filter by resource type. Required when filtering by repository role. Available from Artifactory 7.117.x.

string

Filter by repository name. Cannot be used with onlyAdmins. Available from Artifactory 7.117.x.

string

Filter by project key. Refines search within a specific project context.

boolean

Sort results in descending order

Responses

400

Bad Request - Invalid input, object invalid

401

Bad Credentials - Invalid credentials

403

Permission Denied - Insufficient permissions

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Choose an example:
application/json