Get User Detail
get user detail
Authorizations
AuthorizationstringRequired
Query parameters
userUuidstringOptional
uuid of user
Responses
200
Response
application/json
get
/v2/user/detailGET /v2/user/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"data": {
"nik": "text",
"address": "text",
"id": 1,
"github": "text",
"bio": "text",
"email": "text",
"institution": "text",
"photo": "text",
"certificate": "text",
"gender": "P",
"job": "text",
"transcriptFile": "text",
"verified": 0,
"city": {
"id": 1,
"name": "text"
},
"onlineCv": "text",
"name": "text",
"portfolio": "text",
"cityId": 1,
"kind": 1,
"statementLetter": "text",
"status": 0,
"program": {
"id": 1,
"name": "text"
},
"region": {
"id": 1,
"name": "text"
},
"school": {
"id": 1,
"name": "text"
},
"linkedin": "text",
"phone": "text"
},
"message": "success",
"status": true
}Last updated