Get the non approved and approved profiles using filter
GET {{backofficeURL}}/ProfileService/searchprofileWithApproval?access_token={{useraccessToken}}&pageNumber=0&numberOfRecords=10&approved=No
- Using this service, we can fetch the non-approved and approved profiles using a filter.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string | ||
pageNumber | number | ||
numberOfRecords | number | ||
approved | string |