Click or drag to resize

UserResourcesListUsers Method

Overload List
  NameDescription
Public methodListUsers(IEnumerableString, PaginationParameters)

Gets the list of Users in the organization. To filter by email, use the optional email query string parameter to specify a list of users’ email addresses.

It mirrors to the following Smartsheet REST API method: GET /Users

Public methodListUsers(IEnumerableString, IEnumerableListUserInclusion, PaginationParameters)

Gets the list of Users in the organization. To filter by email, use the optional email query string parameter to specify a list of users’ email addresses.

It mirrors to the following Smartsheet REST API method: GET /Users

Top
See Also