curl --request GET \
--url https://wmc.wiremockapi.cloud/v1/users/{userId}/teams \
--header 'Authorization: <api-key>'{
"teams": [
{
"id": "<string>",
"name": "<string>",
"links": {
"organisation": "<string>",
"aclSubject": "<string>",
"aclObject": "<string>",
"acl": "<string>"
},
"aclObject": "<string>",
"aclSubject": "<string>"
}
]
}curl --request GET \
--url https://wmc.wiremockapi.cloud/v1/users/{userId}/teams \
--header 'Authorization: <api-key>'{
"teams": [
{
"id": "<string>",
"name": "<string>",
"links": {
"organisation": "<string>",
"aclSubject": "<string>",
"aclObject": "<string>",
"acl": "<string>"
},
"aclObject": "<string>",
"aclSubject": "<string>"
}
]
}A filter for the retrieved items. Only items whose name contains the filter value will be retrieved. The filter is case insensitive.
200 response
Show child attributes
The ACL object ID of the entity.
The ACL subject ID of the entity.