get
https://{jfrog_url}/access/api/v2/users
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Query Strings
You can use the following optional query strings in the Get User List API.
| String | Description |
|---|---|
status | An enum string with the possible values: invited, enabled, disabled, locked |
limit | A number, minimum 1. The default value is 1000. |
username | A string that contains the username. |
onlyAdmins | Boolean to indicate whether the user is an admin. |
cursor | A string. Divides the list of results and shows those that fall after the cursor for pagination purposes. |
400Bad Request - Invalid input, object invalid
401Bad Credentials - Invalid credentials
403Permission Denied - Insufficient permissions
