Operation spec
{
"method": "post",
"path": "/users/by_external_id/{external_provider_id}/activate",
"operationId": "activate-user-by-external-id",
"parameters": [
{
"name": "external_provider_id",
"in": "path",
"required": true,
"schema": {
"type": "string"
},
"description": "The external provider ID of the user."
}
],
"responses": {
"204": {
"description": "User successfully activated."
}
}
}