Authorization serivce

Authorizes IPS mobile users

Authorizes IPS mobile user

Authorizes user and returns list of functions and API access token

Request
Request Body schema: application/json
Username
string
Password
string

Password or password hash, depending on authentication type.

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

post/AuthorizationService.svc/rest/authorize
Request samples
application/json
{
  • "Username": "DOMAIN\\USER or User123",
  • "Password": "string"
}
Response samples
application/json
{
  • "AuthorizeResponse": {
    }
}