---
title: "Get User Profiles (Auth)"
method: GET
path: "/api/audio/profile"
tags: ["Recitation"]
---

# Get User Profiles (Auth)

`GET /api/audio/profile`

## Query parameters

- `artistName` string

## Response `200`

OK

- UserRecitationProfileViewModel[]
  - `id` string, uuid — Id
  - `user` PublicRAppUser — user informtaion
    - `id` string, uuid, nullable — Id
    - `username` string, nullable — User Name
    - `email` string, email, nullable — User Email
    - `phoneNumber` string, tel, nullable — User Mobile Phone Number
    - `firstName` string, nullable — First Name
    - `surName` string, nullable — SurName
    - `status` 0 | 1, required — User Status
    - `rImageId` string, uuid, nullable — user image
    - `nickName` string, nullable — nick name
    - `bio` string, nullable — biography
    - `website` string, nullable — web site
    - `emailConfirmed` boolean — email verified
    - `createDate` string, date-time — create date
  - `userId` string, uuid — UserId
  - `name` string, nullable — Profile Name
  - `fileSuffixWithoutDash` string, nullable — this would be appended to audio files names prefixed by a dash to make them unique and specfic to user filenames usually would look like {GanjoorPostId}-{FileSuffixWithoutDash}.{ext} for example 2200-hrm.xml update [4/10/2021]: you can send this one empty
  - `artistName` string, nullable — artist name
  - `artistUrl` string, nullable — artist url
  - `audioSrc` string, nullable — audio src
  - `audioSrcUrl` string, nullable — audio src url
  - `isDefault` boolean — is default

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/ganjoor/apis/rmuseum-api.md) · [All operations](https://skmtc.net/ganjoor/apis/rmuseum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ganjoor/rmuseum-api/versions/bb8e104d36d2/schema)
