List dispatch targets
GET/nevisidm/api/core/v1/:clientExtId/users/:userExtId/dispatch-targets
Since: 8.2605.0, 9.2605.0
Required permission(s): (AccessControl.CredentialView orAccessControl.DispatchTargetView) or SelfAdmin Role
Retrieves a paginated list of dispatch targets for the specified user.
Dispatch targets represent the various endpoints or channels through which a user can authenticate, such as mobile devices, desktop applications, or web browsers. This operation allows fetching the dispatch targets associated with a user, which can be useful for managing and monitoring the different authentication endpoints that a user has registered.
This endpoint supports self-admin access. When accessed by the user themselves, a valid JWT token must be provided in the X-Token header.
Request
Responses
- 200
- 403
- 404
- 422
Dispatch targets retrieved successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters