View the authentication status of a user

Learn about the GetExternalUserStatus endpoint in the TokenAuth collection.

This API lets you retrieve the status of an external user to understand whether they have already been authenticated.

API response

Sample

{
    "result": {
        "isAlreadyRegistered": false
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Attributes

Attribute
Description

isAlreadyRegistered

A boolean value that indicates whether or not the user is already registered

Last updated

Was this helpful?