EndPoint Get Users
Name
get_users
Description
Get the list of users.
[API Help]
Parameters
Parameter |
Label |
Required |
Options |
Description |
OrderBy |
Order By |
NO |
Option |
Value |
None |
|
AscendingOrder |
SomeColumn asc |
DescendingOrder |
SomeColumn desc |
|
Order the specified column by ascending or descending order [API Help..]
|
SearchCriteria |
Search Criteria |
NO |
Option |
Value |
None |
|
Equal Search |
SomeColumn eq 'SomeValue' |
Substring Search |
substringof(SomeField,'abc') |
Starts With |
startswith(SomeField, 'abc') |
|
Data filter (e.g. somecolumn -eq 'somevalue') [API Help..]
|
PageSize |
Page Size |
NO |
|
The number of records to include in each page of results [API Help..]
|
SelectedColumns |
Selected Columns |
NO |
|
Select the individual columns to be included in the response, to reduce the response size and increase performance [API Help..]
|
Output Columns
Label |
DataType |
Length |
Raw |
Description |
BusinessPhones |
DT_WSTR |
4000 |
False |
|
DisplayName |
DT_WSTR |
500 |
False |
|
GivenName |
DT_WSTR |
80 |
False |
|
JobTitle |
DT_WSTR |
200 |
False |
|
Mail |
DT_WSTR |
200 |
False |
|
MobilePhone |
DT_WSTR |
500 |
False |
|
OfficeLocation |
DT_WSTR |
500 |
False |
|
PreferredLanguage |
DT_WSTR |
100 |
False |
|
SurName |
DT_WSTR |
80 |
False |
|
UserPrincipalName |
DT_WSTR |
200 |
False |
|
Id |
DT_WSTR |
4000 |
False |
|
Input Columns
Label |
DataType |
Length |
Raw |
Description |
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |