Create a user ID for a new user

Learn about the Create endpoint in the ExternalUser collection.

This API lets you create a user ID for a new end-user.

API request

Sample

POST {{ServerURL}}/api/ExternalUser/Create

API response

Sample

{
    "result": {
        "externalUserID": "21e7c4df-3c26-40a4-b931-c08be6def207"
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Attributes

Attribute
Description

externalUserID

Unique identifier of the new external user

Last updated

Was this helpful?