Get account details: /rest/v1/users/:userId (GET)
string $userId:
array
public function getAccountDetails($userId) { return $this->execute('GET', 'users/' . $userId); }