Axway Org Usercreate 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
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "org_userCreate",
"method": "POST",
"path": "/org/{org_id}/user",
"summary": "Axway Add User",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "OrgUsercreate200Example",
"example": "example_value"
},
{
"status": "400",
"contentType": "application/json",
"name": "EXISTING_ORG_MEMBER",
"example": {
"success": false,
"description": "User is already a member of this org.",
"code": 400
}
},
{
"status": "400",
"contentType": "application/json",
"name": "INVALID_EMAIL_DOMAIN",
"example": {
"success": false,
"description": "Sign-up is not allowed for this email domain.",
"code": 400,
"internalCode": 14
}
},
{
"status": "400",
"contentType": "application/json",
"name": "INVALID_STAFF_INVITE",
"example": {
"success": false,
"description": "User must be activated and have an email on an allowed domain (axway.com, 74software.com) to be added to the staff organization.",
"code": 400
}
},
{
"status": "400",
"contentType": "application/json",
"name": "ITEM_NOT_FOUND",
"example": {
"$ref": "#/components/examples/ITEM_NOT_FOUND/value"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "USER_INVITE_DISABLED",
"example": {
"success": false,
"description": "This organization has reached the maximum number of invited users. New user invitation is temporarily disabled. Please try again later.",
"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"
}
}
]
}