Skip to main content
POST
/
image
/
upload-profile-picture
{
  "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

multipart/form-data
Id
string<uuid>
FormFile
file

Response

OK

id
string<uuid>
createdAt
string<date-time>
updatedAt
string<date-time>
fullName
string | null
birthday
string<date-time>
birthPlace
string | null
motherName
string | null
residentialAddress
string | null
socialSecurityIdentificationNumber
string | null
profilePicture
string | null
phoneNumber
string | null
emailAddress
string | null
role
enum<string>
Available options:
AssociationAthlete,
AllianceJudge,
AssociationPresident,
AllianceExecutiveMember,
SuperAdmin
tenantId
string | null
subTenantId
string | null
identifier
string | null
externalProfileIdentifier
string | null
temporaryPassword
string | null
attachments
string[] | null
deletedAt
string<date-time> | null
isDeleted
boolean