Create a dispatch target
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/dispatch-targets
Since: 8.2605.0, 9.2605.0
Required permission(s): (AccessControl.CredentialView orAccessControl.DispatchTargetView)
Creates a new dispatch target for the specified user. A dispatch target represents a destination to which a user can authenticate, such as an application or service. The created dispatch target will be associated with the user and can be used for authentication purposes.
An iOS App Attestation can optionally be included in the request body. If provided, it will be created and associated with the dispatch target. If omitted, the dispatch target will be created without an App Attestation.
The extId is optional; if not provided, one will be generated automatically. The type defaults to fido-uaf if not specified.
Request
Responses
- 200
- 403
- 404
- 422
Dispatch target created successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters