Retrieve users for a client

This operation returns an object containing information about users associated with the specified client.

Path Params
int32
required

Client ID

Query Params
string

Retrieves users with usernames that match part or all of what is given (case insensitive). EXAMPLE: Given a value of 'abc', this parameter would fetch users with usernames of '[email protected]', '[email protected]', and '[email protected]'.

string

Retrieves users with first names that match part or all of what is given (case insensitive). EXAMPLE: Given a value of 'Fred', this parameter would fetch users whose first name is 'Fred', 'Frederic', and 'Manfred'.

string

Retrieves users with last names that match part or all of what is given (case insensitive). EXAMPLE: Given a value of 'Man', this parameter would fetch users whose last name is 'Man', 'Mann', 'Roman', or 'Romanoff'.

string

Retrieves users whose last login to Sentinel occurred after the date and time given. Requires a valid ISO-8601 (UTC/GMT) date format string. EXAMPLE: 'YYYY-MM-DDThh:mm:ssZ' -> '2008-12-12T21:35:59Z'

string
enum
Defaults to 0

This parameter controls if additional user attributes are displayed. PREREQUISITE: format=json

Allowed:
string
enum
Defaults to 0

Displays a list of preferences for this user.

Allowed:
string
enum
Defaults to application/xml

Selects the requested response representation format.

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

BadRequestResponse indicates a request with invalid parameters.

401

UnauthorizedResponse signals an unauthorized API access.

403

ForbiddenResponse signals a request for a resource that does not exist or is not authorized.

404

NotFoundResponse indicates a request for a resource that does not exist.

500

GenericError generic error.

Language
Response
Choose an example:
application/json
application/xml
text/csv