Fetch the profile details
GET {{customerURL}}:5055/ProfileService/profiles?pageNumber=0&numberOfRecords=10&access_token={{custoken}}
- 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
Key | Datatype | Required | Description |
---|---|---|---|
pageNumber | number | ||
numberOfRecords | number | ||
access_token | string |