post
https://yourorgsite.com/api/User/_execute
Executes an operation of User
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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}
200The request was successful.
201The resource was successfully created.
202The resource was asynchronously created.

