List Users
UiPath.Smartsheet.Activities.Users.ListUsers
Uses the Smartsheet List Users API to get a list of users.
How it works
The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the Smartsheet Application Scope activity to your project.
- Add the List Users activity inside the Smartsheet Application Scope activity.
- Create and enter values for Output properties.
- Create and enter an
ResponseStatusvariable for the Output property.
You can enter filter information as optional parameters as needed.
In the Body of the Activity
- Email Address - The email addresses of the users to retrieve. Enter a
String[]orString[]variable. - Include Options -Options to include while fetching users. Enter a
ListUserInclusion[]orListUserInclusion[]variable. Only available for Admins. - Include All - When true will include all records. Enter a
BooleanorBooleanvariable. - Page - Which page to return. Enter a
Int32orInt32variable. If not specified, the default value is 1. - Page Size - The maximum number of items to return per page. Enter a
Int32orInt32variable. If not specified, the default value is 100. - Users - The users returned. Enter a
User[]variable. - Page Info - Enter a
PageInfovariable.
Properties
Common
- DisplayName - The display name of the activity. This field supports only
StringsorStringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- ResponseStatus - The status of the request (success/failure information). Enter a
ResponseStatusvariable.