User

Return a user's basic informations.

Access

GET https://api.doyoubuzz.com/user

 

Attributes

 

Name Description Type
id id of the user integer
lastname Last name of the user string
firstname First name of the user string
slug slug of the user's profile (append this slug to https://www.doyoubuzz.com/ to get the user's main resume url) string
registeredAt Datetime of registration on DoYouBuzz.com Datetime (format Y-m-d\TH:i:s)
premium Wether or not the user is a Premium DoYouBuzz user boolean
email Email of the user. The email has been verified by DoYouBuzz. Character "+" on the left part is allowed string
resumes Resume list element
resume Resume object element
id id of the resume integer
title Resume's title string
main Wether or nos this is the user's main resume boolean
culture Culture of the resume (possible values: fr_FR, en_US, en_UK, it_IT, es_ES, de_DE) string

 

Examples

{
  "user":{
    "id":2,
    "lastname":"Pottier",
    "firstname":"J\u00e9r\u00e9mie",
    "slug":"jeremie-pottier",
    "registeredAt":"2008-05-19T03:20:31",
    "email":"[email protected]",
    "premium":true,
    "resumes":{
      "resume":[
        {
          "id":2,
          "title":"Directeur projet web",
          "main":true,
          "culture":"fr_FR"
        },
        {
          "id":18078,
          "title":"COO @ DoYouBuzz",
          "main":false,
          "culture":"en_US"
        }
      ]
    }
  }
}



 
  2
  Pottier
  Jérémie
  jeremie-pottier
  2008-05-19T03:20:31
  [email protected]
  1
  
   
    2
    Directeur projet web
    
1
fr_FR
18078 COO @ DoYouBuzz
en_US