Feedback

  • Contents
 

Get Users with Role

This Telephony tool returns a list of users with the specified role.

Inputs

Role

The role to search.

Include Inherited

If True, includes roles inherited from groups, etc. (defaults to True).

Qualified User IDs

If true, returns a list of fully scoped user IDs and the list is prepended with "User Queue:". If false, returns a list of user names.

Outputs

List of Users

User IDs (list of string).

Exit Paths

Success

This path is taken if the role was found and the list was returned, even if no users have that role.

No Results

This path is taken if the role was not found.

Failure

This path is taken if there is an internal error, such as the server not running.