---
title: "list"
method: GET
path: "/api/admin/profile"
tags: ["profile-admin-resource"]
---

# list

`GET /api/admin/profile`

## Query parameters

- `address.contains` string
- `address.doesNotContain` string
- `address.equals` string
- `address.in` string[]
- `address.notEquals` string
- `address.notIn` string[]
- `address.specified` boolean
- `ageRange` string
- `birthdayFrom.equals` string, date
- `birthdayFrom.greaterThan` string, date
- `birthdayFrom.greaterThanOrEqual` string, date
- `birthdayFrom.in[0].chronology.calendarType` string
- `birthdayFrom.in[0].chronology.id` string
- `birthdayFrom.in[0].dayOfMonth` integer
- `birthdayFrom.in[0].dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
- `birthdayFrom.in[0].dayOfYear` integer
- `birthdayFrom.in[0].era` 'BCE' | 'CE'
- `birthdayFrom.in[0].leapYear` boolean
- `birthdayFrom.in[0].month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
- `birthdayFrom.in[0].monthValue` integer
- `birthdayFrom.in[0].year` integer
- `birthdayFrom.lessThan` string, date
- `birthdayFrom.lessThanOrEqual` string, date
- `birthdayFrom.notEquals` string, date
- `birthdayFrom.notIn[0].chronology.calendarType` string
- `birthdayFrom.notIn[0].chronology.id` string
- `birthdayFrom.notIn[0].dayOfMonth` integer
- `birthdayFrom.notIn[0].dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
- `birthdayFrom.notIn[0].dayOfYear` integer
- `birthdayFrom.notIn[0].era` 'BCE' | 'CE'
- `birthdayFrom.notIn[0].leapYear` boolean
- `birthdayFrom.notIn[0].month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
- `birthdayFrom.notIn[0].monthValue` integer
- `birthdayFrom.notIn[0].year` integer
- `birthdayFrom.specified` boolean
- `birthdayTo.equals` string, date
- `birthdayTo.greaterThan` string, date
- `birthdayTo.greaterThanOrEqual` string, date
- `birthdayTo.in[0].chronology.calendarType` string
- `birthdayTo.in[0].chronology.id` string
- `birthdayTo.in[0].dayOfMonth` integer
- `birthdayTo.in[0].dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
- `birthdayTo.in[0].dayOfYear` integer
- `birthdayTo.in[0].era` 'BCE' | 'CE'
- `birthdayTo.in[0].leapYear` boolean
- `birthdayTo.in[0].month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
- `birthdayTo.in[0].monthValue` integer
- `birthdayTo.in[0].year` integer
- `birthdayTo.lessThan` string, date
- `birthdayTo.lessThanOrEqual` string, date
- `birthdayTo.notEquals` string, date
- `birthdayTo.notIn[0].chronology.calendarType` string
- `birthdayTo.notIn[0].chronology.id` string
- `birthdayTo.notIn[0].dayOfMonth` integer
- `birthdayTo.notIn[0].dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
- `birthdayTo.notIn[0].dayOfYear` integer
- `birthdayTo.notIn[0].era` 'BCE' | 'CE'
- `birthdayTo.notIn[0].leapYear` boolean
- `birthdayTo.notIn[0].month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
- `birthdayTo.notIn[0].monthValue` integer
- `birthdayTo.notIn[0].year` integer
- `birthdayTo.specified` boolean
- `children.equals` integer
- `children.greaterThan` integer
- `children.greaterThanOrEqual` integer
- `children.in` integer[]
- `children.lessThan` integer
- `children.lessThanOrEqual` integer
- `children.notEquals` integer
- `children.notIn` integer[]
- `children.specified` boolean
- `educationDegree.equals` 'ELEMENTARY' | 'GENERAL' | 'DIPLOMA' | 'ASSOCIATE' | 'BACHELOR' | 'MASTER' | 'DOCTORATE'
- `educationDegree.in` string[]
- `educationDegree.notEquals` 'ELEMENTARY' | 'GENERAL' | 'DIPLOMA' | 'ASSOCIATE' | 'BACHELOR' | 'MASTER' | 'DOCTORATE'
- `educationDegree.notIn` string[]
- `educationDegree.specified` boolean
- `firstName.contains` string
- `firstName.doesNotContain` string
- `firstName.equals` string
- `firstName.in` string[]
- `firstName.notEquals` string
- `firstName.notIn` string[]
- `firstName.specified` boolean
- `fromDate.equals` string, date
- `fromDate.greaterThan` string, date
- `fromDate.greaterThanOrEqual` string, date
- `fromDate.in[0].chronology.calendarType` string
- `fromDate.in[0].chronology.id` string
- `fromDate.in[0].dayOfMonth` integer
- `fromDate.in[0].dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
- `fromDate.in[0].dayOfYear` integer
- `fromDate.in[0].era` 'BCE' | 'CE'
- `fromDate.in[0].leapYear` boolean
- `fromDate.in[0].month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
- `fromDate.in[0].monthValue` integer
- `fromDate.in[0].year` integer
- `fromDate.lessThan` string, date
- `fromDate.lessThanOrEqual` string, date
- `fromDate.notEquals` string, date
- `fromDate.notIn[0].chronology.calendarType` string
- `fromDate.notIn[0].chronology.id` string
- `fromDate.notIn[0].dayOfMonth` integer
- `fromDate.notIn[0].dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
- `fromDate.notIn[0].dayOfYear` integer
- `fromDate.notIn[0].era` 'BCE' | 'CE'
- `fromDate.notIn[0].leapYear` boolean
- `fromDate.notIn[0].month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
- `fromDate.notIn[0].monthValue` integer
- `fromDate.notIn[0].year` integer
- `fromDate.specified` boolean
- `gender.equals` 'MALE' | 'FEMALE'
- `gender.in` string[]
- `gender.notEquals` 'MALE' | 'FEMALE'
- `gender.notIn` string[]
- `gender.specified` boolean
- `jobTitle.contains` string
- `jobTitle.doesNotContain` string
- `jobTitle.equals` string
- `jobTitle.in` string[]
- `jobTitle.notEquals` string
- `jobTitle.notIn` string[]
- `jobTitle.specified` boolean
- `lastName.contains` string
- `lastName.doesNotContain` string
- `lastName.equals` string
- `lastName.in` string[]
- `lastName.notEquals` string
- `lastName.notIn` string[]
- `lastName.specified` boolean
- `maritalStatus.equals` 'SINGLE' | 'MARRIED'
- `maritalStatus.in` string[]
- `maritalStatus.notEquals` 'SINGLE' | 'MARRIED'
- `maritalStatus.notIn` string[]
- `maritalStatus.specified` boolean
- `mobile.contains` string
- `mobile.doesNotContain` string
- `mobile.equals` string
- `mobile.in` string[]
- `mobile.notEquals` string
- `mobile.notIn` string[]
- `mobile.specified` boolean
- `ostanId.equals` integer
- `ostanId.greaterThan` integer
- `ostanId.greaterThanOrEqual` integer
- `ostanId.in` integer[]
- `ostanId.lessThan` integer
- `ostanId.lessThanOrEqual` integer
- `ostanId.notEquals` integer
- `ostanId.notIn` integer[]
- `ostanId.specified` boolean
- `page` integer
- `plan.equals` 'BASIC' | 'GOLD' | 'STAR' | 'GALAXY'
- `plan.in` string[]
- `plan.notEquals` 'BASIC' | 'GOLD' | 'STAR' | 'GALAXY'
- `plan.notIn` string[]
- `plan.specified` boolean
- `referralCode.equals` integer
- `referralCode.greaterThan` integer
- `referralCode.greaterThanOrEqual` integer
- `referralCode.in` integer[]
- `referralCode.lessThan` integer
- `referralCode.lessThanOrEqual` integer
- `referralCode.notEquals` integer
- `referralCode.notIn` integer[]
- `referralCode.specified` boolean
- `referredCode.equals` integer
- `referredCode.greaterThan` integer
- `referredCode.greaterThanOrEqual` integer
- `referredCode.in` integer[]
- `referredCode.lessThan` integer
- `referredCode.lessThanOrEqual` integer
- `referredCode.notEquals` integer
- `referredCode.notIn` integer[]
- `referredCode.specified` boolean
- `size` integer
- `sort` string[]
- `toDate.equals` string, date
- `toDate.greaterThan` string, date
- `toDate.greaterThanOrEqual` string, date
- `toDate.in[0].chronology.calendarType` string
- `toDate.in[0].chronology.id` string
- `toDate.in[0].dayOfMonth` integer
- `toDate.in[0].dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
- `toDate.in[0].dayOfYear` integer
- `toDate.in[0].era` 'BCE' | 'CE'
- `toDate.in[0].leapYear` boolean
- `toDate.in[0].month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
- `toDate.in[0].monthValue` integer
- `toDate.in[0].year` integer
- `toDate.lessThan` string, date
- `toDate.lessThanOrEqual` string, date
- `toDate.notEquals` string, date
- `toDate.notIn[0].chronology.calendarType` string
- `toDate.notIn[0].chronology.id` string
- `toDate.notIn[0].dayOfMonth` integer
- `toDate.notIn[0].dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
- `toDate.notIn[0].dayOfYear` integer
- `toDate.notIn[0].era` 'BCE' | 'CE'
- `toDate.notIn[0].leapYear` boolean
- `toDate.notIn[0].month` 'JANUARY' | 'FEBRUARY' | 'MARCH' | 'APRIL' | 'MAY' | 'JUNE' | 'JULY' | 'AUGUST' | 'SEPTEMBER' | 'OCTOBER' | 'NOVEMBER' | 'DECEMBER'
- `toDate.notIn[0].monthValue` integer
- `toDate.notIn[0].year` integer
- `toDate.specified` boolean

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/ayriaclub/apis/ayria-api.md) · [All operations](https://skmtc.dev/ayriaclub/apis/ayria-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ayriaclub/ayria-api/revisions/e53c83aeee1d/schema)
