Get information for a specific user managed by the account

import { NorthstakeApi } from '@northstake/northstakeapi';
const api = new NorthstakeApi('apiKey', 'privateKey')

const {body: result} = await api.managedUsers.getUser('user-id')
Language
Click Try It! to start a request and see the response here!