Get User Details

post

Get user by userId

Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:
Body
userIdstringOptional

User ID

Responses
200Success
application/json
post
/sandbox/v1/getuser
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"
}