Get all the profiles
GET {{backofficeURL}}/ProfileService/profiles?pageNumber=0&numberOfRecords=10&access_token={{useraccessToken}}
- Using this service, we can view all the existing profiles.
- In the response, you will find the profileID, which is required when updating an existing profile details.
- Run this service just once, since it has a test script defined to fetch a specific profileID and turn the profileID 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 |