List Users
Retrieve all users ingested into Moveworks.
Authentication
Authorizationstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
$filter
Filter users by a condition. This API supports the standard odata query language on all string and integer attributes
$select
Select which properties to include in the response for users.
$orderby
Order users by specific fields.
$top
Specify the number of user results to return.
$skip
Skip the first n user results.
Response
Successfully retrieved list of plugins calls
@odata.context
URL to the metadata of the response.
@odata.nextLink
URL to fetch the next set of results.
value
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error