curl --request GET \
--url https://wmc.wiremockapi.cloud/v1/teams/{teamId}/members \
--header 'Authorization: <api-key>'{
"members": [
{
"id": "6j84g",
"username": "[email protected]",
"avatarUrl": "https://s.gravatar.com/avatar/57cd30a5c7ebfb10eee28b5fbf85e84d?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fto.png",
"emailAddress": "[email protected]",
"links": {
"self": "/v1/users/6j84g",
"features": "/v1/users/6j84g/features",
"progress": "/v1/users/6j84g/progress",
"teams": "/v1/users/6j84g/teams",
"mockApis": "/v1/users/6j84g/apis",
"apiTemplateCatalogues": "/v1/users/6j84g/api-template-catalogues",
"apiTemplates": "/v1/users/6j84g/api-templates",
"dataSources": "/v1/users/6j84g/data-sources",
"keys": "/v1/users/6j84g/jwks",
"organisation": "/v1/organisations/p0wqg"
}
}
]
}curl --request GET \
--url https://wmc.wiremockapi.cloud/v1/teams/{teamId}/members \
--header 'Authorization: <api-key>'{
"members": [
{
"id": "6j84g",
"username": "[email protected]",
"avatarUrl": "https://s.gravatar.com/avatar/57cd30a5c7ebfb10eee28b5fbf85e84d?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fto.png",
"emailAddress": "[email protected]",
"links": {
"self": "/v1/users/6j84g",
"features": "/v1/users/6j84g/features",
"progress": "/v1/users/6j84g/progress",
"teams": "/v1/users/6j84g/teams",
"mockApis": "/v1/users/6j84g/apis",
"apiTemplateCatalogues": "/v1/users/6j84g/api-template-catalogues",
"apiTemplates": "/v1/users/6j84g/api-templates",
"dataSources": "/v1/users/6j84g/data-sources",
"keys": "/v1/users/6j84g/jwks",
"organisation": "/v1/organisations/p0wqg"
}
}
]
}The search query to filter by. Partially matched against username and email address.
Successfully fetched team members
Show child attributes
"6j84g"
"https://s.gravatar.com/avatar/57cd30a5c7ebfb10eee28b5fbf85e84d?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fto.png"
Show child attributes
"/v1/users/6j84g"
"/v1/users/6j84g/features"
"/v1/users/6j84g/progress"
"/v1/users/6j84g/teams"
"/v1/users/6j84g/apis"
"/v1/users/6j84g/api-template-catalogues"
"/v1/users/6j84g/api-templates"
"/v1/users/6j84g/data-sources"
"/v1/users/6j84g/jwks"
"/v1/organisations/p0wqg"