actionsdesk/enterprise-members-report-action
Generates the report of organization members in an enterprise, outside collaborators and pending invitations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| enterprise | The enterprise where we want to generate the report | yes | — |
| format | Determines how the output parameter will be formatted. Supports: json, markdown, csv and html | yes | — |
| licenseUsage | Will merge in the output from an enterprise license usage csv available from https://github.com/enterprises/{{enterprise}}/enterprise_licensing/download_consumed_licenses | no | — |
| licenseUsageChanged | When the license usage data was generated so that it can be included in the reports | no | — |
Outputs
| name | description |
|---|---|
| data | The data extracted from the license API calls in the format specified. The type of the output is always string |