Executes a User operation

Executes an operation of User

With the User service, you can perform the following operation on the execute endpoint:

  • FindByUserName

FindByUserName

BODY PARAMS:
{
    "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
    "OperationName": "FindByUserName",
    "EntityTypeName": "User",
    "Parameters": {
        "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
        "$values": [
            {
                "$type": "System.String",
                "$value": "userName Value"
            }
        ]
    },
    "ParameterTypeName": {
        "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
        "$values": [
            "System.String"
        ]
    },
    "UseJson": false
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!