Type alias QuickBaseResponseUndenyUsers

QuickBaseResponseUndenyUsers: {
    failure: string[];
    success: string[];
}

Type declaration

  • failure: string[]

    A list of users that couldn't be undenied. This also includes the ID's of users that are not valid.

  • success: string[]

    A list of users that have successfully been undenied.

Generated using TypeDoc