Create an mTAN credential
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/mtans
Since: 2.74.0
Required permission(s): AccessControl.CredentialCreate
Creates a new mTAN credential for the specified user.
The mobileNumber field is required. If it cannot be parsed to the expected format, the request fails with a validation error.
If no policyExtId is specified, the default mTAN policy configured for the client is used. If no default policy exists, the request fails.
The response includes a Location header pointing to the created credential, identified by the generated or provided external ID.
Request
Responses
- 201
- 400
- 403
- 404
- 422
mTAN credential created successfully
Response Headers
Location
URL of the created resource
Invalid mTAN request
Insufficient permissions
Referenced resource not found
Invalid request parameters