GitHub

List team members

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

List members of given team.

Inputs

Champ

Type

Description

organization [required]

string

The name of the GitHub organization.

teamName [required]

string

The slug of the GitHub team name. This is typically the team name with hyphens instead of spaces. To see a list of team names and slugs, go to https://github.com/orgs//teams.

role

enum

Optionally filter members by role in the team. Defaults to all. Allowed enum values: all,member,maintainer

default: all

Outputs

Expand All

Champ

Type

Description

members [required]

[object]

List of team members

username [required]

string

id [required]

number

htmlUrl [required]

string

siteAdmin [required]

boolean