import GlipPersonInfo from "../definitions/GlipPersonInfo"; import PathSegment from "../PathSegment"; export default class Persons extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** *

Since 1.0.28 (Release 8.4)

Returns a user or few users by ID(s). Batch request is supported.

Required Permissions

PermissionDescription
GlipAvailability of Glip

API Group

Light

*/ get(): Promise; /** *

Since 1.0.28 (Release 8.4)

Returns a user or few users by ID(s). Batch request is supported.

Required Permissions

PermissionDescription
GlipAvailability of Glip

API Group

Light

* return {ApiResponse} */ getRaw(): Promise; }