Fetch the profile details

GET {{clientmobileappURL}}:5055/ProfileService/profiles?pageNumber=0&numberOfRecords=10&access_token={{clientmobiletoken}}

  • Using this service, we can fetch the logged-in user's profile details.
  • Run this service just once since it has a test script defined to turn the profile id into a global variable so that other necessary services can utilize it.

Request Params

KeyDatatypeRequiredDescription
pageNumbernumber
numberOfRecordsnumber
access_tokenstring