get
https://core.{customerId}.ec.avayacloud.com/api/config/v1/profiles
This API requires Account Administrator role.
Retrieves a paginated list of profiles with optional filtering and sorting capabilities.
Query Parameters:
pageNumber: Page number (default: 1)pageSize: Number of profiles per page (5-100, default: 10)orderBy: Sort field and direction (e.g., "name", "updatedAt desc")filter: Filter profiles by field (e.g., "name:Support*", "licType=agent", "description:customer")folderId: Filter by folder ID (omit for all folders, empty string for root folder, 26-char ID for specific folder)includeSubfolders: Include profiles from subfolders recursively (default: false, only effective with specific folder ID)updatedSince: Filter by profiles updated since this UTC date/time (ISO 8601 format)updatedUntil: Filter by profiles updated until this UTC date/time (ISO 8601 format)
Folder Filtering Behavior:
- No
folderIdparameter: Returns profiles from ALL folders in the account folderId=""(empty string): Returns only root folder profiles (profiles not in any folder)folderId="073d01090149abae69f6305afe": Returns profiles in that specific folder onlyfolderId="073d01090149abae69f6305afe"+includeSubfolders=true: Returns profiles from that folder AND all its subfolders recursively
Common Use Cases:
- Get all profiles:
/profiles(no folder parameters) - Get root folder profiles:
/profiles?folderId= - Get specific folder profiles:
/profiles?folderId=073d01090149abae69f6305afe - Get folder + all subfolders:
/profiles?folderId=073d01090149abae69f6305afe&includeSubfolders=true
Supported Order Fields: name, description, licType, syncStatus, numUsers, createdBy, updatedBy, createdAt, updatedAt
Supported Filter Fields: name, description, licType, syncStatus, createdBy, updatedBy, createdAt, updatedAt
Filter Formats:
field=value- Exact matchfield:value*- Prefix match (starts with)field:*value- Suffix match (ends with)field:value- Word match (contains)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
