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