Skip to main content
POST
/
profile
/
list
{
  "page": 123,
  "count": 123,
  "total": 123,
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "fullName": "<string>",
      "birthday": "2023-11-07T05:31:56Z",
      "birthPlace": "<string>",
      "motherName": "<string>",
      "residentialAddress": "<string>",
      "socialSecurityIdentificationNumber": "<string>",
      "profilePicture": "<string>",
      "phoneNumber": "<string>",
      "emailAddress": "<string>",
      "role": "AssociationAthlete",
      "tenantId": "<string>",
      "subTenantId": "<string>",
      "identifier": "<string>",
      "externalProfileIdentifier": "<string>",
      "temporaryPassword": "<string>",
      "attachments": [
        "<string>"
      ],
      "deletedAt": "2023-11-07T05:31:56Z",
      "isDeleted": true
    }
  ]
}

Body

page
integer
Required range: 1 <= x <= 2147483647
count
integer | null
Required range: 1 <= x <= 200
includeTotal
boolean
id
string<uuid>[] | null
fullName
string[] | null
username
string[] | null
tenantIds
string[] | null
subTenantId
string | null
role
enum<string>
Available options:
AssociationAthlete,
AllianceJudge,
AssociationPresident,
AllianceExecutiveMember,
SuperAdmin

Response

OK

page
integer
count
integer
total
integer | null
data
object[] | null