Este contenido no está disponible en el idioma seleccionado.
9.5. List Members of a Team
Description
Get a list of members that belong to the specified team.
Method and URL Structure
Method | URL Structure |
---|---|
GET | /broker/rest/team/:id/members |
Request Parameters
Not applicable
cURL Command Example
curl -X GET https://openshift.redhat.com/broker/rest/team/5333d8b2a9429d1c3e0000ae/members --user user@example.com:password
$ curl -X GET https://openshift.redhat.com/broker/rest/team/5333d8b2a9429d1c3e0000ae/members --user user@example.com:password
JSON Response
The API returns a list of all members belonging to the specified team.