Class: GCIPUserService
Defined in: service/GCIPUserService.ts:25
Backwards-compatible class form. New code should call gCIPUserService(client).
Constructors
Constructor
new GCIPUserService(
client):GCIPUserService
Defined in: service/GCIPUserService.ts:27
Parameters
client
Returns
GCIPUserService
Methods
getGCIPUser()
getGCIPUser(
id):Promise<IBaseUser>
Defined in: service/GCIPUserService.ts:32
Retrieve GCIP user by ID
Parameters
id
number
The user ID to retrieve
Returns
Promise<IBaseUser>