Create business application
POST/business-applications/v1
Creates a custom Business Application. Requires the idn:business-application:create right, the Machine Identity Security product to be enabled, and the custom Business Application feature to be enabled for the tenant. The name must be unique within the tenant, and any provided signatures must not already be assigned to another Business Application.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 429
- 500
The created Business Application.
Client Error - Returned if the request body is invalid, for example a missing or blank name, an unrecognized signature type, or a duplicate (type, name) signature pair within the request.
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
Conflict - Returned if the name is already in use by another Business Application in the tenant, or if a requested signature is already assigned to another Business Application.
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
Internal Server Error - Returned if there is an unexpected error.