Type alias HighSystemsResponsePostUser

HighSystemsResponsePostUser: {
    results: string;
    success: boolean;
}

Type declaration

  • results: string

    The User ID of the newly created user.

  • success: boolean

Generated using TypeDoc