Get User Details
post
Get user by userId
Authorizations
Body
userIdstringOptional
User ID
Responses
200Success
application/json
post
POST /sandbox/v1/getuser HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"userId": "text"
}
200Success
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}