List user's roles action

Retrieve a list of roles and permissions for a user.

Settings

  • Enter the unique ID of the user for the Internal user ID.
  • Enter the Session name for your changes to the repository.
  • Select how the outcome data will be saved.
    • If using Multiple variables, use the following steps for each variable:
      • Click Add variable mapping.
      • Enter the Key of the variable.
      • Choose a variable where the data will be saved.
      • Click Add for this list to be saved to the configured variable.
    • If using a Dictionary variable, then select the established variable where the outcome data can be saved.
Note: The output is retrieved as a list of type Dictionary. To read an individual record (row) in this list, you need to loop through all the dictionary items using the Loop action and read or extract the records (rows) individually. For example, the output of get multiple records is saved in the variable list_of_records_any. If the variable contains five records, then each record is passed to the Loop action to be processed one at a time.Loop action for get multiple records