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