v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
User

Find users based on search parameters.

post/api/users/list

Query parameters

Sort.Fieldstring

Sort field

Sort.Dir'ascending' | 'descending'

Specify sorting direction.

Sort direction

Skipinteger

Number of records to skip.

Takeinteger

Number of records to return (maximum)

Request body

firstNamestring nullable

Filter users based on their first name.

lastNamestring nullable

Filter users based on their last name.

emailAddressstring nullable

Email address

phoneNumberstring nullable

Phone number

rolesstring[] nullable

Filter users to those with any of the provided roles.

omniSearchstring nullable

Search for users based on a string that should match any of the user's first name, last name, email address, phone number or roles.

includeDeletedboolean

When true, inactive/deleted users are included in the results. Defaults to false, in which case only active users are returned.

Response

List of users matching the filters

idstring required

Unique id associated to this entity.

employeeIdstring nullable

This property represents the unique identifier of an employee.

firstNamestring nullable

First name

lastNamestring nullable

Last name

emailAddressstring email nullable

Email address

phoneNumberstring nullable

Email address

deletedboolean

Indicates whether this user has been deleted