// This is Generated Source. import GlipPersonInfo from "../definitions/GlipPersonInfo"; import PathSegment from "../PathSegment"; export default class Persons extends PathSegment { constructor(prv: PathSegment, id?: string, service?) { super("persons", id, prv, service); } /** *
Since 1.0.28 (Release 8.4)
Returns a user or few users by ID(s). Batch request is supported.
| Permission | Description |
|---|---|
| Glip | Availability of Glip |
Light
*/ get(): PromiseSince 1.0.28 (Release 8.4)
Returns a user or few users by ID(s). Batch request is supported.
| Permission | Description |
|---|---|
| Glip | Availability of Glip |
Light
* return {ApiResponse} */ getRaw(): Promise