List Users
GET
/v2/usersLast modified: 3 days ago
List users in your Clone Guard® Security Scanning portal.
Request
Query Params
page
integer
optional
Page number. Default: 1
per_page
integer
optional
Number of records per page. Default: 10. Max: 100
q
string
optional
Search by [:username, :email, :uuid]. Usage q[column]='word'
sort_by
string
optional
Sort by [:creation_time, :modification_time, :username]. Usage: column_name_desc or column_name_asc
extended
boolean
optional
Extended information
Request samples
Responses
OK(200)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
users listed
Data Schema
object {0}
Example
{}
Last modified: 3 days ago