Retrieve a list of team member profiles (member groups)Ask AIget https://partner-api.monta.com/api/v1/team-member-profilesRequired scope: team-members:read Organization authorization: supportedQuery Paramspageint32Defaults to 0page number to retrieve (starts with 0)perPageint32Defaults to 10number of items per page (between 1 and 100, default 10)teamIdint64 | nullFilter team member profiles by teamIdnamestring | nullFilter team member profiles by the specified nameResponses 200List of team member profiles (Member group) that match the criteria 400The request is invalid 401Consumer with provided credentials was not found 403Operator doesn't have access to resource 404Entity with the provided id was not foundUpdated 29 days ago