GET /users
Retrieves a List of RowUsers with an ID, name, or email address matching that of given parameter.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
q |
search parameter used to find matching users |
query
|
|
String
|
Result
List
<
RowUsers
>
of type:
application/xml
application/json
a list of RowUsers objects
Try It Out
Request