Type alias HighSystemsRequestPostUserToken
HighSystemsRequestPostUserToken: HighSystemsRequest & { active: boolean; applications?: string[]; description?: string; name: string; userid: any; } Type declaration
active: boolean
Optional
applications?: string[]
Optional
description?: string
name: string
userid: any
The User ID of the user the token you wish to create belongs to.