• Get all id of users that have a particular role within the database.

    Parameters

    • role: string

      role that we want to filter for

    Returns Promise<string[]>

    Promise<string[]> - if valid, then contains array of user w/ role. If invalid, then contains "Unknown Error".

Generated using TypeDoc