sepahr
  1. Users
sepahr
  • profile
    • Providers
      • Increment provider page view count
      • getProviderNotifyCell
      • Update provider fields
      • Store a provider
      • get providers information
    • Users
      • get image
        GET
      • upload image
        POST
      • Get doctor master slug
        GET
      • insert new user
        POST
      • get users informations
        GET
      • get user information
        GET
      • update user information
        PATCH
      • send otp to verify user new cell
        PATCH
    • Memberships
      • deleteMembership
      • Insert membership record
      • Get membership records
    • Providers Specialities
      • delete a record of providers specialities
      • Update speciality alongside academic degree of a provider
      • Store list of specialities alongside academic degree for a provider
      • Get list of provider's specialities
    • SpecialitiesTags
      • tags of spciality
  • sepahr
    • anonymous call
      POST
    • calls search
      POST
    • Download Call Recording
      POST
  1. Users

get user information

GET
/v1/users/{id}
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/v1/users/'
Response Response Example
{
    "users": [
        {
            "id": 123,
            "name": "Mohammad",
            "family": "Mohammadian",
            "image": "example.jpg",
            "sso_id": "d90af07e-7d71-11ee-86c8-005056ad7d06",
            "gender": "male"
        }
    ]
}

Request

Path Params
id
object 
required

Responses

🟢200Get user information
application/json
Body
users
array[object (user) {6}] 
optional
id
integer 
optional
uniqe identifier of any user
Example:
123
name
string  | null 
optional
Name of the user
Example:
Mohammad
family
string  | null 
optional
Family of the user
Example:
Mohammadian
image
string  | null 
optional
image of the user
Example:
example.jpg
sso_id
string 
optional
uniqe id of OAuth2 SSO system
Example:
d90af07e-7d71-11ee-86c8-005056ad7d06
gender
enum<string>  | enum<null> 
optional
Gender of the user
Allowed values:
malefemale
Example:
male
Modified at 2024-06-23 07:51:49
Previous
get users informations
Next
update user information
Built with