CreateUser
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| userName | Edm.String | |
| password | Edm.String | |
| Edm.String | ||
| entityRole* | Edm.Int32 | |
| entityId* | Edm.Int32 | |
| isAdmin* | Edm.Boolean |
Return
Type: Entity type - UserRoleIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/CreateUserExample body (sent with POST-request):
{
"userName" : "Name",
"password" : "password",
"email" : "email",
"entityRole" : 1,
"entityId" : 1,
"isAdmin" : 1
}