Home
Axway
Axway Org Userremove Example
Axway Org Userremove Example
API Management Enterprise Integration Security
Axway Org Userremove Example is an example object payload from Axway, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "org_userRemove",
"method": "DELETE",
"path": "/org/{org_id}/user/{user_guid}",
"summary": "Axway Remove User",
"requestExamples": [],
"responseExamples": [
{
"status": "400",
"contentType": "application/json",
"name": "USER_SOLE_ADMIN",
"example": {
"success": false,
"description": "The sole administrator of an organization cannot be removed.",
"code": 400
}
},
{
"status": "400",
"contentType": "application/json",
"name": "USER_IS_PRIMARY",
"example": {
"success": false,
"description": "The primary contact of an organization cannot be removed.",
"code": 400
}
},
{
"status": "400",
"contentType": "application/json",
"name": "FORBIDDEN",
"example": {
"$ref": "#/components/examples/FORBIDDEN/value"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "NOT_FOUND",
"example": {
"$ref": "#/components/examples/NOT_FOUND/value"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "IDP_REQUIRED",
"example": {
"$ref": "#/components/examples/IDP_REQUIRED/value"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "USER_NOT_ADMIN",
"example": {
"$ref": "#/components/examples/USER_NOT_ADMIN/value"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "LOGIN_REQUIRED",
"example": {
"$ref": "#/components/examples/LOGIN_REQUIRED/value"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "PARAM_INVALID",
"example": {
"$ref": "#/components/examples/PARAM_INVALID/value"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "PARAM_REQUIRED",
"example": {
"$ref": "#/components/examples/PARAM_REQUIRED/value"
}
}
]
}