AppUser

post/api/users/login/external/{provider}

Path parameters

providerstring required

Request body

idTokenstring nullable
clientAppNamestring nullable
languagestring nullable

Response

OK

sessionIdstring uuid

Session Id

tokenstring nullable

Security Token

Example response

{
  "user": {
    "username": "test",
    "email": "email@domain.com",
    "phoneNumber": "+989121234567",
    "firstName": "Hamid Reza",
    "surName": "Mohammadi"
  },
  "securableItem": [
    {
      "shortName": "user",
      "description": "کاربران",
      "operations": [
        {
          "shortName": "view",
          "description": "مشاهده",
          "prerequisites": [
            {
              "secureItemShortName": "job",
              "operationShortName": "view"
            }
          ]
        }
      ]
    }
  ]
}

Changes

Changed in 1 of the 15 revisions of this API.1